Learning BasicAdministrationLinux, like other UNIX systems, was intended (Geocities web hosting)
Friday, August 31st, 2007Learning BasicAdministrationLinux, like other UNIX systems, was intended for usebymore than one person at a time. Multiuser featuresenable many people to have accounts on a single Linux sys- tem, with their data kept secure from others. Multitaskingenables many people to run programs on the computer atthesame time. Sophisticated networking protocols and applications make it possible for a Linux system to extenditscapabilities to network users and computers around theworld. The person assigned to manage all of this stuff is calledthe system administrator. Even if you are the only person using a Linux system, systemadministration is still set up to be separate from other com- puter use. To do most administrative tasks, you need to belogged in as the root user (also called the superuser) or tem- porarily get root permission. Users other than root cannotchange, or in some cases even see, some of the configurationinformation for a Linux system. In particular, security featuressuch as stored passwords are protected from general view. This chapter describes the general principles of Linux systemadministration. In particular, this chapter examines some ofthe basic tools you need to administer your Linux system. Italso helps teach you how to work with file systems and moni- tor the setup and performance of your Linux system. Graphical Administration ToolsMany Linux systems come with simplified graphical tools foradministering Linux. If you are a casual user, these tools oftenlet you do everything you need to administer your systemwithout editing configuration files or running shell commands. Let s examine some of the Web-based administration toolsthat are available to use with most Linux systems. 44CHAPTER …In This ChapterDoing graphicaladministrationUsing the root loginUnderstandingadministrativecommands, configfiles, and log filesCreating useraccountsConfiguringhardwareManaging file systemsand disk spaceMonitoring systemperformance …