• 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 Close putty

Nefs

Nefs Staff
Joined
Jul 15, 2009
Messages
521
Reaction score
7
Location
Barcelona (Spain)
Hello there! i will know why hwn i try to close putty, the putty close my server, i cant close putty because if i close putty my server will be offline, anybody know how to close putty without close sesion?
puttys.png
 
Cannot exec './forgottenserver': No such file or directory

I need to close the server and run this in the normal user o in admin user?

PD: sorry i am noob with linux :/
 
apt-get install screen
screen ./forgottenserver

Haha fail, it's not the way how you use screen properly.

@top:
You should create screen with some name, then run TFS, then exit screen (without killing it (CTRL+A+D)). Then in case you want to see console logs you can back to screen by pid/name.

Just type:
Code:
man screen

And you'll see detailed info about.
 
Back
Top