
Notes
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
cd /dir/dir % Change directory to the fully
qualified path
cd dir/dir % Change directory to the path
relative to the current working directory
cd .. % Change to the parent directory
man <cmd> % Open online manual for
command specified
cat <filename> % Print entire contents of a
file from start to finish
find / -name *.log % Print the pathname to
any file ending in .log (works best when
logged in as root)
Up arrow %Recalls previous commands
Tab key % Auto complete filenames eg cd
/tm <tabkey> will change directory to /tmp as
there is no other directories or files under
root beginning with tm.
mkdir <dir name> % Create a directory
rmdir <dir name> % Delete a directory
more <filename> % Print the contents of a
file (advance a line at a time with CR key or
a page at a time with SPACE key.
df % Disk space on devices.
cp % Copy a file or files
halt % Stops Linux in a controlled manner
better than just turning off power, login as
root first.
CS 1000 Rel 7.5 16/04/2013
Copyright Amlex Associates Ltd
193
Kommentare zu diesen Handbüchern