> So, what would I type to archive a users's entire home directory into a > tar.gz? tar cdf <tarfile>.tar <dirname>; gzip <tarfile>.tar; \ mv <tarfile>.tar.gz /dev/fd0