Advertisement
cheungtifan

Untitled

Apr 12th, 2012
764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.52 KB | None | 0 0
  1. history
  2. > .bash_history
  3. history
  4. ps -ef
  5. netstat  -anlp
  6. ifconfig
  7. ifconfig
  8. ll /lib/modules/
  9. ls -l /lib/modules/
  10. dpkg -l | grep linux
  11. ls -l /boot/
  12. cat /etc/udev/rules.d/70-persistent-cd.rules
  13. ifconfig -a
  14. ps axf
  15. uname -r
  16. uname -a
  17. ls -l
  18. pwd
  19. df -h
  20. cat /etc/default/grub
  21. ll
  22. cat /etc/default/rcS
  23. date
  24. cat /etc/timezone
  25. cat /etc/inittab
  26. vim /etc/inittab
  27. cat /etc/default/rcS
  28. ll /etc/localtime
  29. ls -l /etc/localtime
  30. ls -l /usr/share/zoneinfo/Asia/Shanghai
  31. cat /etc/default/rcS
  32. history
  33. ps -ef
  34. shutdown  -h now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement