

Unix Shell Commands

"There are two major products to come out of Berkeley: LSD and Unix.
We don't believe this to be a coincidence."
-- Unknown
What Is Unix?
UNIX (depending on who you ask) is:
- "The operating system from Hell!"
- "The greatest thing since the Popiel Pocket Fisherman!"
- "Just another operating system you have to learn (at least enough to navigate in so you can get what you want and escape with your life -- and your sanity)."
- "All of the above."
The correct answer is:
"All of the above."
More precisely, UNIX is a multi-user operating system which preceded (and contributed a lot to) DOS. Believe it or not, Unix is not as intimidating as most people seem to think.
How Much Unix Do I Need To Know?
All you need to know about Unix are a few basic facts about the system, and a few basic commands.
- Unix is case sensitive! The following are all different to Unix:
- When using Unix, always issue commands in lower case. Also, when accessing directories or downloading files, type the directory or file name exactly as it is shown.
- Unix does not have an "unerase" feature. Be certain before deleting files.
- Unix has many of the same features as DOS, but they are called by different names.
- Since UNIX has been around for many years, there are a number of good books on the topic. Choose a simple one -- you probably are not going to take over and have to administer a system right away. All you need to know is how to change directories a
nd transfer files. Avoid the highly technical tomes. One good text for the beginner is A DOS USER'S GUIDE TO UNIX by Douglas W. Topham, from INFOWORLD. It compares the commands in DOS and Unix which correspond to each other and tells how each is used.
- All the functions in the BBS Internet Connections are also available in the Unix shell account -- only faster To access TELNET, just enter:
telnet
at the Unix prompt. It is the same with Pine, FTP, Lynx (for WWW), Gopher, Archie, etc.
- Help is available. If you need assistance with a specific command, you can call up the MANual page for that command by entering:
man
(Where is the item you want help on -- without the brackets, of course)
Basic Unix Commands To Remember
The basic commands used in the Unix shell are:
- cd (directoryname)
(Changes directories to the one named. In Unix, you change directories one level at a time.)
- cd ..
(Changes back up to the previous directory)
- pwd
(Prints -- displays to the screen -- the "working" or current directory)
- ls
(Lists the contents of the current directory to the screen)
- ls -l
(Same as above, but it lists like the DOS DIR command with more information)
- mkdir
(Make a directory -- same as DOS "md")
- rmdir
(Remove a directory -- same as DOS "rd")
- cat
("Concatenate," or show a files contents to the screen -- same as DOS "type.")
- cp
(Copy -- same as DOS "copy")
- mv
(Rename [or "move"] a file -- same as DOS "ren")
- rm
(Remove [or "delete"] a file -- same as DOS "del")
- logout
(Terminates a Unix Shell session)
- |more
(When entered at the end of a command such as "cat" or ls -l", this displays a page of text, then stops and waits for you to issue the command to go on)
- sz
(In the Unix shell, "sends" to your computer -- via ZMODEM -- the file named)
- sx
(In the Unix shell, "sends" to your computer -- via XMODEM -- the file named)
- rz
(In the Unix shell, tells the remote computer to "receive" a file from your computer. You need to return to your own computer and tell it to "send" a specific file or group of files)
For More Information ...
UNIXhelp For Users
DOS-to-Unix Command Conversion
On-line Unix Manual Pages
Using Electronic Mail
Next
Back
Top
Tale Spinners Home Page