Unix Shell Connection FAQ |
||
1. How do I change my password? 2. How do I use the 'man' pages? 4. I keep getting 'Permission Denied' or 'Access Denied' messages when I FTP. 5. What's wrong with the quota system? I can go over 10 megs. 6. How do I say something witty when someone 'fingers' me? 7. I have a file called 'something.tar.Z How do I extract it? |
||
1. How do
I change my password? 2. How do I use the 'man' pages? 'man page' is short for "Manual Page". Some versions of the UNIX operating system have manual pages online. To view a man page, type the following command: man command Where command is the name of the command you want more information on. To keep this message from appearing, you must type this: rm -f filename Where filename is the name of the file you want deleted. 4. I keep
getting 'Permission Denied' or 'Access Denied' messages when I FTP. cd ~ 5. What's
wrong with the quota system. I can go over 10 megs. Additional space is available from GDN for $2 a megabyte per month. 6. How
do I say something witty when someone 'fingers' me?
chmod 755 .plan 7. I have
a file called 'something.tar.Z How do I extract it? gunzip foo.tar tar xvf foo.tar There are other variations on this theme. Files with the extension ".tar.gz" can be extracted just as above. Files with the extension".gz" can be uncompressed as follows: gunzip filename.gz Finally, files ending
simply in ".tar" can be extracted like this: It is important to remember that ".gz" and ".Z" files are merely compressed, whereas ".tar" files are archives of other files, somewhat like ZIP files in DOS. 8. My PINE
mail folder is getting BIG! |
||