• 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 Linux Screen Log

hepy

New Member
Joined
Aug 15, 2007
Messages
217
Reaction score
1
Hi im using linux since a few months and i really dont know too much about this o.s, so i need a little bit help. I acces my host pc via ssh so i use Screens.
I know there is a way to log what happens on this screen, but how??

to open my server i use this script:
Code:
cd /home/valh/tw
screen -S valhalla -m -d ./TFS

any idea? thanks
 
do that: This work perfect..
go to your web ots
1.
cd /home/ots

2. Create file log.txt and set CHMOD to 777

3. and next do that:

cd /home/ots && ./tfs > log.txt


Meybe you don't see your console perfect in log.txt but You see perfect your all logs console in putty or else (i don't know what you use).

Now you don't have only 20~ last line in putty console... Now you see all console and that console don't cut anymore
 
do that: This work perfect..
go to your web ots
1.
cd /home/ots

2. Create file log.txt and set CHMOD to 777

3. and next do that:

cd /home/ots && ./tfs > log.txt

Meybe you don't see your console perfect in log.txt but You see perfect your all logs console in putty or else (i don't know what you use).

Now you don't have only 20~ last line in putty console... Now you see all console and that console don't cut anymore

Did you realize how old this thread is? :p
 
Back
Top