Timeline for How can I start a remote process on a remote machine via ssh?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 17, 2017 at 23:04 | comment | added | dpw | >/dev/null redirects the output of STDOUT to /dev/null. 2>/dev/null redirects STDERR to /dev/null. </dev/null reads the input of /dev/null for the program's STDIN (i.e., nothing). If you want to capture the normal output of the program, change >/dev/null | |
| Feb 17, 2017 at 22:50 | comment | added | Gary U.U. Unixuser | If I wanted to save the output of the command to a file on the remote machine, where would the file path go (which dev/null should be replaced)? | |
| Feb 17, 2017 at 21:54 | vote | accept | Gary U.U. Unixuser | ||
| Feb 17, 2017 at 20:56 | history | answered | Ed Neville | CC BY-SA 3.0 |