Text Quality Review Tools
 
 

UNIX Cheat Sheet

NDLP Server Information | UNIX Commands | Useful UNIX Links

NDLP Server Information - TOP -
Connection:
Use WS_FTP LE (see Tools) or CuteFTP to transfer your files to the RS6 file server.

You can utilize a Telnet program (OnNet 32 comes with TNVT Plus) to access a command-line interface to the UNIX server.

Login information:
You will need the appropriate account information to login to the UNIX servers. Usually, this is the same as your Network ID or Email ID. Also, you will need to change your default password (supplied by ITS when your account is set up).

Passwords should be >4 characters and <14. Use only alphanumeric characters and include both kinds in your password. You can include upper- and lower-cased characters. (UNIX is a case-sensitive platform, so remember if you do this).

To change password:
Use the command passwd to change your password at any time.

Logoff
To properly end your UNIX server session, type exit.


UNIX Commands
- TOP -
Command structure
command + option(s) + argument

Common commands
ls list files in a directory   cp copy a file or directory
cd change directory   del delete a file
cd .. go up one directory (in file hierarchy)   mv move a file or directory
pwd print working directory   lp print file
ln create a "link" from a new file name to an actual file (like an alias)   mkdir make a new directory
man access the online UNIX manual for any command (e.g. man del provides you the Manual definition for this command)   rm remove a directory
vi access the UNIX VI text editor   chmod change/modify the permissions on a given file or directory

Permissions
File and directory permissions are provided in the following format.
read + write + execute - = 0
4 + 2 + 1   | 7
Permissions can be viewed with the command ls-l

Sample Directory Listing
-rwxrwxrwx 8 name unixclas 23 Jan 11 14:33 msg
filetype, owner, group, sys number of files owner group with access bytes date and time filename

r = read
w = write
x = exececute
- = deny


Useful UNIX links
- TOP -
- UNIX is a Four Letter Word - http://www.linuxbox.com/~taylor/4ltrwrd/
- UNIXHelp for Users - http://www.geek-girl.com/Unixhelp/
- The UNIX Reference Desk - http://www.geek-girl.com/unix.html





-- Return to top --
-- Return to Text Quality Review Home --


NDLP Production Group -- Text_check Report Instruction Sheet -- ma 12/97