Linux all in one desk reference for dummies phần 6
Số trang: 75
Loại file: pdf
Dung lượng: 1.49 MB
Lượt xem: 17
Lượt tải: 0
Xem trước 8 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Tham khảo tài liệu linux all in one desk reference for dummies phần 6, công nghệ thông tin, hệ điều hành phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
Nội dung trích xuất từ tài liệu:
Linux all in one desk reference for dummies phần 6 Chapter 1: Learning Basic System Administration In This Chapter Introducing the GUI sysadmin tools Becoming root Understanding the system startup process Taking stock of the system configuration files Viewing system information through the /proc file system Monitoring system performance Managing devices Scheduling jobs S ystem administration or sysadmin refers to whatever has to be done to keep a computer system up and running; the system administrator (also called the sysadmin) is whoever is in charge of taking care of these tasks. If you’re running Linux at home or in a small office, you’re most likely the system administrator for your systems. Or maybe you’re the system admin- istrator for a whole LAN full of Linux systems. No matter. In this chapter, I introduce you to basic system administration procedures and show you how to perform some common tasks. Each Linux distribution comes with quite a few graphical tools for perform- ing specific system administration tasks. I introduce you to some of these GUI tools in this chapter and describe some of them in greater detail in the other chapters of this minibook.Taking Stock of System Administration Tasks So what are system administration tasks? My off-the-cuff reply is anything you have to do to keep the system running well. More accurately, though, a system administrator’s duties include the following: TEAM LinG - Live, Informative, Non-cost and Genuine !350 Taking Stock of System Administration Tasks ✦ Adding and removing user accounts. You have to add new user accounts and remove unnecessary user accounts. If a user forgets the password, you have to change the password. ✦ Managing the printing system. You have to turn the print queue on or off, check the print queue’s status, and delete print jobs if necessary. ✦ Installing, configuring, and upgrading the operating system and vari- ous utilities. You have to install or upgrade parts of the Linux operating system and other software that are part of the operating system. ✦ Installing new software. You have to install software that comes in vari- ous package formats such as RPM or DEB. You also have to download and unpack software that comes in source-code form — and then build executable programs from the source code. ✦ Managing hardware. Sometimes, you have to add new hardware and install drivers so the devices work properly. ✦ Making backups. You have to back up files, either in a Zip drive or on tape (if you have a tape drive). ✦ Mounting and unmounting file systems. When you want to access the files on a CD-ROM, for example, you have to mount that CD-ROM’s file system on one of the directories in your Linux file system. You also have to mount floppy disks, in both Linux format and DOS format. ✦ Automating tasks. You have to schedule Linux tasks to take place auto- matically (at specific times) or periodically (at regular intervals). ✦ Monitoring the system’s performance. You may want to keep an eye on system performance to see where the processor is spending most of its time, and to see the amount of free and used memory in the system. ✦ Starting and shutting down the system. Although starting the system typically involves nothing more than powering up the PC, you do have to take some care when you want to shut down your Linux system. If your system is set up for a graphical login screen, you can perform the shutdown operation by selecting a menu item from the login screen. Otherwise, use the shutdown command to stop all programs before turning off your PC’s power switch. ✦ Monitoring network status. If you have a network presence (whether a LAN, a DSL line, or cable modem connection), you may want to check the status of various network interfaces and make sure your network connection is up and running. ✦ Setting up host and network security. You have to make sure that system files are protected and that your system can defend itself against attacks over the network. ✦ Monitoring security. You have to keep an eye on any intrusions, usually by checking the log files. TEAM LinG - Live, Informative, Non-cost and Genuine ! 351 ...
Nội dung trích xuất từ tài liệu:
Linux all in one desk reference for dummies phần 6 Chapter 1: Learning Basic System Administration In This Chapter Introducing the GUI sysadmin tools Becoming root Understanding the system startup process Taking stock of the system configuration files Viewing system information through the /proc file system Monitoring system performance Managing devices Scheduling jobs S ystem administration or sysadmin refers to whatever has to be done to keep a computer system up and running; the system administrator (also called the sysadmin) is whoever is in charge of taking care of these tasks. If you’re running Linux at home or in a small office, you’re most likely the system administrator for your systems. Or maybe you’re the system admin- istrator for a whole LAN full of Linux systems. No matter. In this chapter, I introduce you to basic system administration procedures and show you how to perform some common tasks. Each Linux distribution comes with quite a few graphical tools for perform- ing specific system administration tasks. I introduce you to some of these GUI tools in this chapter and describe some of them in greater detail in the other chapters of this minibook.Taking Stock of System Administration Tasks So what are system administration tasks? My off-the-cuff reply is anything you have to do to keep the system running well. More accurately, though, a system administrator’s duties include the following: TEAM LinG - Live, Informative, Non-cost and Genuine !350 Taking Stock of System Administration Tasks ✦ Adding and removing user accounts. You have to add new user accounts and remove unnecessary user accounts. If a user forgets the password, you have to change the password. ✦ Managing the printing system. You have to turn the print queue on or off, check the print queue’s status, and delete print jobs if necessary. ✦ Installing, configuring, and upgrading the operating system and vari- ous utilities. You have to install or upgrade parts of the Linux operating system and other software that are part of the operating system. ✦ Installing new software. You have to install software that comes in vari- ous package formats such as RPM or DEB. You also have to download and unpack software that comes in source-code form — and then build executable programs from the source code. ✦ Managing hardware. Sometimes, you have to add new hardware and install drivers so the devices work properly. ✦ Making backups. You have to back up files, either in a Zip drive or on tape (if you have a tape drive). ✦ Mounting and unmounting file systems. When you want to access the files on a CD-ROM, for example, you have to mount that CD-ROM’s file system on one of the directories in your Linux file system. You also have to mount floppy disks, in both Linux format and DOS format. ✦ Automating tasks. You have to schedule Linux tasks to take place auto- matically (at specific times) or periodically (at regular intervals). ✦ Monitoring the system’s performance. You may want to keep an eye on system performance to see where the processor is spending most of its time, and to see the amount of free and used memory in the system. ✦ Starting and shutting down the system. Although starting the system typically involves nothing more than powering up the PC, you do have to take some care when you want to shut down your Linux system. If your system is set up for a graphical login screen, you can perform the shutdown operation by selecting a menu item from the login screen. Otherwise, use the shutdown command to stop all programs before turning off your PC’s power switch. ✦ Monitoring network status. If you have a network presence (whether a LAN, a DSL line, or cable modem connection), you may want to check the status of various network interfaces and make sure your network connection is up and running. ✦ Setting up host and network security. You have to make sure that system files are protected and that your system can defend itself against attacks over the network. ✦ Monitoring security. You have to keep an eye on any intrusions, usually by checking the log files. TEAM LinG - Live, Informative, Non-cost and Genuine ! 351 ...
Tìm kiếm theo từ khóa liên quan:
thủ thuật máy tính mẹo vặt máy tính kỹ thuật lập trình mẹo hay Linux tin học căn bản thủ thuật tin học tự học tin họcGợi ý tài liệu liên quan:
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 314 0 0 -
Làm việc với Read Only Domain Controllers
20 trang 303 0 0 -
Kỹ thuật lập trình trên Visual Basic 2005
148 trang 265 0 0 -
Cách phân tích thiết kế hệ thống thông tin quan trọng phần 4
13 trang 217 0 0 -
Thủ thuật chặn web đen bằng phần mềm
10 trang 215 0 0 -
Sửa lỗi các chức năng quan trọng của Win với ReEnable 2.0 Portable Edition
5 trang 212 0 0 -
Xử lý tình trạng máy tính khởi động/tắt chậm
4 trang 211 0 0 -
Bài giảng điện tử môn tin học: Quản trị các hệ thống thông tin quản lý xuyên quốc gia
27 trang 211 0 0 -
Giáo trình Bảo trì hệ thống và cài đặt phần mềm
68 trang 207 0 0 -
NGÂN HÀNG CÂU HỎI TRẮC NGHIỆM THIẾT KẾ WEB
8 trang 206 0 0