How can I run a console command (like cp or tar, for example) without needing to keep an open SSH?
|
feedback
|
| |||||
feedback
|
|
Depending on exactly what you want to do, You can run the command with screen, | |||
|
feedback
|
|
Since you don't provide a lot of detail, it is also possible that disown will do what you want. | |||
|
feedback
|
|
If it is a task you anticipate repeating over and over again, you can create a cron job. | |||
|
feedback
|