-
cat
for creating and displaying short files
-
-
-
-
-
-
ftp
connect to a remote machine to download or upload files
-
-
head
display first part of file
-
ls
list directory contents
-
ls –lrt
list all the files in the current directory with permission, userid , user , size , date and time , File name
-
lpr
standard print command (see also print)
-
-
-
mv
for moving and renaming files
-
ncftp
The purpose of ncftp is to provide a powerful and flexible interface to the Internet standard File Transfer Protocol.
-
print
custom print command (see also lpr)
-
ps
Report process status. If no options are specified, you will see information about only those processes connected to your current terminal session.
-
ps –e
Shows information about all processes currently running on the system.
-
pwd
“Present Working Directory” used to find out what directory you are in.
-
-
-
-
setenv
set an environment variable
-
-
tail
display last part of file
-
tar
create an archive, add or extract files
-
telnet
log in to another machine
-
vi
vi is the standard Unix editor
-
wc
count characters, words, lines
|
|