Advertisement
Guest User

Untitled

a guest
May 31st, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. root@dc:/home/marchael# df -h
  2. Filesystem Size Used Avail Use% Mounted on
  3. /dev/vda1 5,0G 4,6G 82M 99% /
  4. none 1,5G 192K 1,5G 1% /dev
  5. none 1,5G 0 1,5G 0% /dev/shm
  6. none 1,5G 15M 1,5G 1% /var/run
  7. none 1,5G 0 1,5G 0% /var/lock
  8. /dev/vdb1 478G 305G 149G 68% /home/samba/users
  9. /dev/vdc1 396G 305G 71G 82% /home/samba/shares
  10. 10.0.1.20:/home/dc_user_dirs
  11. 2,7T 1,6T 1,1T 60% /home/samba/backup_user_dirs
  12. root@dc:/home/marchael# du -sh /var/log/
  13. 27M /var/log/
  14. root@dc:/home/marchael# du -sh /var/log/
  15. 27M /var/log/
  16. root@dc:/home/marchael# /etc/init.d/rsyslog top
  17. Rather than invoking init scripts through /etc/init.d, use the service(8)
  18. utility, e.g. service rsyslog top
  19.  
  20. The script you are attempting to invoke has been converted to an Upstart
  21. job, but top is not supported for Upstart jobs.
  22. root@dc:/home/marchael# /etc/init.d/rsyslog stop
  23. Rather than invoking init scripts through /etc/init.d, use the service(8)
  24. utility, e.g. service rsyslog stop
  25.  
  26. Since the script you are attempting to invoke has been converted to an
  27. Upstart job, you may also use the stop(8) utility, e.g. stop rsyslog
  28. rsyslog stop/waiting
  29. root@dc:/home/marchael# du -sh /var/log/
  30. 27M /var/log/
  31. root@dc:/home/marchael# df -h
  32. Filesystem Size Used Avail Use% Mounted on
  33. /dev/vda1 5,0G 1,6G 3,1G 35% /
  34. none 1,5G 192K 1,5G 1% /dev
  35. none 1,5G 0 1,5G 0% /dev/shm
  36. none 1,5G 15M 1,5G 1% /var/run
  37. none 1,5G 0 1,5G 0% /var/lock
  38. /dev/vdb1 478G 305G 149G 68% /home/samba/users
  39. /dev/vdc1 396G 305G 71G 82% /home/samba/shares
  40. 10.0.1.20:/home/dc_user_dirs
  41. 2,7T 1,6T 1,1T 60% /home/samba/backup_user_dirs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement