Reference Homepage




c to d


e to f


g to j


k to m


p to r Go


s to w


x to y




Reference

| c | d | e | f | g | i | j | k | l | m | p | q | r | s | t | v | w | x | y |

more filename
Displays the contents of a file with pagebreaks. Usefull to use "file" first so you don"t display garbage.
mv filename path
Moves "filename" to "path". This might consist of a simple renaming of the file, "mv file1 file2", moving the file to a new directory, "mv file1 /tmp/", or both "mv file1 /tmp/file2".
 
p
pine
Full featured graphical mail reader/sender. "pine" will read your mail, "pine username" will prepare a message to "username".
printers
Shows available printers and current status.
ps {options}
"ps" reports that status of some or all of the processes currently running on the system. With no command line parameters, "ps" only shows processes that belong to you and that are attached to a controlling terminal.
pwd
Shows current working directory path.
 
q
quota -v
Shows current disk usage and limits
r
rm filename(s)
Removes files. Careful with this one - it is irreversible. It is usually aliased ( in a user"s .cshrc file ) to "rm -i" which insures that "rm" asks you if you are sure that you want to remove the named file.
rmdir dirname
Removes the directory "dirname".
rupall
Reports that status of local compute servers.
rwho
Similar to "who", but shows who is logged onto all emba machines as well as the local machine. Without "-a", rwho shows all the people with under one hour idle time. With the "-a", rwho shows everybody that is logged on.