
Chapter 12. Customizing and using Red Hat Linux 183
Figure 12-4 shows a running gnome-linuxconf session. It is invoked with just the
linuxconf command and no parameters from an xterm. This tool has all the nice
features of a graphical interface, but does create more network traffic as a result.
Figure 12-4 A gnome-linuxconf session
12.3 Adding a non-root user
linuxconf can be used to do add a non-root user, but it can also be done from the
command line. Issue the command
useradd -g users username to add a user that
has only normal user privileges.
12.4 Managing the network
In general, networking is managed via the script /etc/rc.d/init.d/network. ...