Using Linux as a Tool for
Software Development
By
Michael Rayment and Sheldon Andrews
I
n the beginning...
W
hat is an operating system?
W
hat is the function of the shell user interface of Unix operating system?
W
hat is the linux file system and what utilities are available for manipulating the structure and contents of files?
W
hat commands provide status information and allow users to control the execution of processes?
W
hat are the facilities provided by the shell for setting up scripts?
What common scripts are used by the user to customize their configuration?
.kshrc
.profile
.xsession
dns_update
W
hat languages are provided for writing programs?
H
ow are compilers and linkers used to generate executable programs?
What debugging utilities are available under Linux?