Guest User

Untitled

a guest
Jan 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ]$ sleep 10000 &
  2. ]$ exit
  3.  
  4. ]$ ps -ef | grep sleep
  5. 501 26387 1 0 16:37 ? 00:00:00 sleep 10000
  6. root 26422 21360 0 16:40 pts/0 00:00:00 grep sleep
  7.  
  8. ssh myserver 'sleep 100 >&- 2>&- <&- &'
  9.  
  10. ssh myserver '(echo one; sleep 100; echo two; sleep 200) >&- 2>&- <&- &'
Add Comment
Please, Sign In to add comment