• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Basic commands

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,767
Solutions
5
Reaction score
769
Hey guys, I found this in my laptop and I thought to share it. It was useful for me when I was new to TFS in linux

Code:
command To kill all tfs procs.:
# killall -s 9 theforgottenserver

command for starting server:
# ./theforgotten

command for closing server:
# ctrl+c

command for starting server and restarts automatic if crashed:
# while true; do ./theforgottenserver; done

~~~~~~~~~~~~~~~~~~
cd /home/servername

screen ./theforgottenserver

and later press for attach console server, Control+a+d


Want look the console again?

screen -r


------
screen -S tfs ./theforgottenserver



--Get all folder, CMD
wget -r -np -nH –cut-dirs=3 -R index.html http://site.com/layouts/
 
Back
Top