Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **** LINUX
- shutdown -h now # normal
- kill -SEGV 1 # should generate a core dumps and kernel panic
- kill -ABRT 1 # should generate a core dumps and kernel panic
- kill -9 1 # On old systems worked nowadays not
- **** WINDOWS
- shutdown -s # normal
Advertisement
Add Comment
Please, Sign In to add comment