How can I run a console command (like cp or tar, for example) without needing to keep an open SSH?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|||||
|
|
Depending on exactly what you want to do, You can run the command with screen, |
|||
|
|
|
Since you don't provide a lot of detail, it is also possible that disown will do what you want. |
|||
|
|
|
If it is a task you anticipate repeating over and over again, you can create a cron job. |
|||
|
|