Wednesday, January 15, 2014

Run command in gnu screen at startup

Place this command in file /etc/rc.local
For example running 'top' command in screen name 'mywin' at every bootup.
---
screen -dm -S mywin top

1 Comments:

Blogger RayRosli Abas said...

i'm using this for my Linux on raspberry pi to start a script/appl on console screen on every bootup. So that I can access remotely

8:07 PM  

Post a Comment

<< Home