In what follows, we shall use the following typographical conventions:
bold typewriter font
are commands to
be typed into the computer as they stand.italic typewriter font
indicate
non-specific file or directory names. [Ctrl]
indicate keys
to be pressed. So, for example,
# ls anydirectory
means "at the LINUX prompt #, type ls followed by the name of some directory. Note that the [Enter] key must always be pressed before the command will be executed.
Don't forget to press the [Enter] key: commands are not sent to the computer until this is done.
Note: LINUX is case-sensitve, so LS is not the same as ls.
The same applies to filenames, so myfile.txt, MyFile.txt and MYFILE.TXT are
three seperate files. Beware if copying files to a PC, since DOS and Windows
do not make this distinction.
Last Modified: January 2019