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
For example running 'top' command in screen name 'mywin' at every bootup.
---
screen -dm -S mywin top
1 Comments:
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
Post a Comment
<< Home