cdw1p

[INFO] Command for Shutdown

Aug 23rd, 2019
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. **** LINUX
  2. shutdown -h now # normal
  3. kill -SEGV 1 # should generate a core dumps and kernel panic
  4. kill -ABRT 1 # should generate a core dumps and kernel panic
  5. kill -9 1 # On old systems worked nowadays not
  6.  
  7. **** WINDOWS
  8. shutdown -s # normal
Advertisement
Add Comment
Please, Sign In to add comment