FacultyUnixCommands

From UoWiki

Jump to: navigation, search
  • Backup stuff to another machine over a network: /sbin/dump -0uan -f - /usr | gzip -2 | ssh -c blowfish user@host.com dd of=/path/to/backupfile/dump-usr.gz
  • find out who'se hogging your diskspace: du -ck | sort -rn | less

Back to the FacultyUnix page

Personal tools