Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $ umask 022
  2. $ nohup java -jar blah.jar &
  3. [1] 12345
  4. nohup: ignoring input and appending output to `nohup.out'
  5. $ ls -l nohup.out
  6. -rw-------. 1 juser juser 41242 Jun 27 11:07 nohup.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement