For these practicals, we use a Unix machine, either goss.eng.abdn.ac.uk or hex.eng.abdn.ac.uk. Log in using your Engineering department username and password, using Exceed from one of the classroom computers.
You will now have a Unix terminal window on your computer. You donít need much knowledge of Unix to complete this course, so donít panic.
Some elementary Unix commands are listed below, the command itself is shown in bold, while the arguments (if any) are shown in italics:
The recommended editor for this course is dtpad or nedit, which are menudriven and easy to use. The C compiler is started by the command cc sourcefile.c.
A useful hint when starting the editor is to type a "&" after the command (e.g. "nedit file1.c &"), this will let you use your terminal window for other commands without leaving the editor.