Useful Screen Commands for Linux
screen commands;
1) screen -S name ---> New screen creation
2) screen -dr Existing_name ---> open already existing screen
3) screen -x Existing_name ----> same screen to open in multiple machine
4) ctrl A + shift H ----> for screen log,log file can be seen in /root path in the name of screenLog.*
5) ctrl A + shift H ---->Remove screen log if already there.
6) Ctrl A + shift A ----> To name the bash
7) Fn F1 ---> Move left of bash in screen.
8) Fn f2 ---> Move Right of bash in screen.
Comments
Post a Comment