Tuesday, October 11, 2011

Screen: Linux comment run in a new detached screen session

screen -d -S NAME -m COMMENT 

-d = detached
-S = set Name
-m = ignore the $STY environment variable

No comments:

Post a Comment