Quote:
Originally Posted by BroZeus
First you have to mark the file executable then run it..
To mark file executalbe use chmod like this :
Код:
chmod +x samp-npc samp03svr announce
And run the file using nohup like this
|
Doesn't really matter if you use nohup or not, nohup is simply to keep the server running after you close the command prompt.