随笔分类 -  Redhat Linux

RH033读书笔记(16)-Lab 17 Installation and Administration Tools
摘要:Lab 17 Installation and Administration ToolsGoal: Become familiar with system configuration tools and successfully install Red Hat Enterprise LinuxLab Setup: Ensure that a server1 repository is available.Provide students with boot.iso disk.Warning: If your system cannot boot from the provided boot.i 阅读全文
posted @ 2013-12-11 17:19 逝者如斯(乎) 阅读(318) 评论(0) 推荐(0)
RH033读书笔记(15)-Lab 16 The Linux Filesystem
摘要:Lab 16 The Linux FilesystemGoal: Develop a better understanding of Linux filesystem essentials including: the creation and use of links, using locate and find, and archiving and compressing files.System Setup: A working, installed Red Hat Enterprise Linux system with an unprivileged user account nam 阅读全文
posted @ 2013-12-11 11:24 逝者如斯(乎) 阅读(338) 评论(0) 推荐(0)
RH033读书笔记(14)-Lab 15 Switching Users and Setting a Umask
摘要:Lab 15 Switching Users and Setting a UmaskGoal: Become familiar with the use of several essential commands in useridentification and account switching.System Setup: A working, installed Red Hat Enterprise Linux system with an unprivilegeduser account named student with the password student and anunp 阅读全文
posted @ 2013-12-10 15:20 逝者如斯(乎) 阅读(235) 评论(0) 推荐(0)
RH033读书笔记(13)-Lab 14 Network Clients
摘要:Goal: Practice using a variety of tools to transfer files between your system and a remote system.System Setup: A working, installed Red Hat Enterprise Linux system with an unprivileged user account named student with a password of student.Lab Setup: Instructor should set up one of the student machi 阅读全文
posted @ 2013-12-10 09:53 逝者如斯(乎) 阅读(229) 评论(0) 推荐(0)
RH033读书笔记(12)-Lab 13 Finding and Processing Files
摘要:Sequence 1: Using findScenario: Log in as user student. Devise and execute a find command that producesthe result described in each of the following problems, then write down thecommand in the space provided.You may need to refer to the man page for find. Remember that you can searchman pages with / 阅读全文
posted @ 2013-12-09 17:51 逝者如斯(乎) 阅读(182) 评论(0) 推荐(0)
RH033读书笔记(11)-Lab 12 Configuring the bash Shell
摘要:Sequence 1: Configuring the bash ShellDeliverable: A system with new aliases that clear the screen, and produce a useful timesortedls listing.Instructions:1. You have decided to create an alias so that when you type c, the system will run the clearcommand to clear the screen. Begin by logging in as 阅读全文
posted @ 2013-12-09 16:06 逝者如斯(乎) 阅读(204) 评论(0) 推荐(0)
RH033读书笔记(10)-Lab 11 Process Control
摘要:Lab 11 Process ControlSequence 1: Job Control1. [student@stationX ~]$ su -2. Begin some jobs in the background:[root@stationX ~]# tail -n0 -f /var/log/messages &[root@stationX ~]# updatedb &3. [root@stationX ~]# service syslog restart4. [root@stationX ~]# jobs5. [root@stationX ~]# kill %1 [r 阅读全文
posted @ 2013-11-26 20:41 逝者如斯(乎) 阅读(252) 评论(0) 推荐(0)
RH033读书笔记(9)-Lab 10 Understanding the Configuration Tools
摘要:Lab 10Understanding the Configuration ToolsSequence 1: Configuring the Network with system-config-network1. Select System->Administration->Network.2. Click New, highlight Ethernet Connection, and click Forward.3. Highlight the device associated with eth0 and click Forward.4. Enter 192.168.50.X 阅读全文
posted @ 2013-11-25 16:54 逝者如斯(乎) 阅读(185) 评论(0) 推荐(0)
RH033读书笔记(8)-Lab 9 Using vim
摘要:Lab 9 Using vimSequence 1: Navigating with vim1. Log in as user student2. [student@stationX ~]$ cp /etc/passwd ~3. [student@stationX ~]$ vim ~/passwd4. First, try moving around using such as the arrows, PgUp, PgDn.They should all work as expected. Note, however, that on older systems they mightnot.5 阅读全文
posted @ 2013-11-25 14:53 逝者如斯(乎) 阅读(216) 评论(0) 推荐(0)
RH033读书笔记(7)-Lab 8 Introduction to String Processing
摘要:Lab 8 Introduction to String ProcessingSequence 1: Exercises in string processing1. Other than the man page, how could you get a summary of options for the aspell command,displayed one page at a time?aspell --help | less2. How many files are in the directory /usr/bin?ls /usr/bin | wc -l3. List the m 阅读全文
posted @ 2013-11-25 07:18 逝者如斯(乎) 阅读(287) 评论(0) 推荐(0)
RH033读书笔记(6)-Lab 7 Standard I/O and Pipes
摘要:Lab 7 Standard I/O and Pipes1. [student@stationX ~]$ cat /proc/cpuinfo /proc/meminfo2. [student@stationX ~]$ cat /proc/cpuinfo /proc/meminfo | less3. [student@stationX ~]$ cat /proc/cpuinfo /proc/meminfo | mail -s "System Stats for $(hostname)" root@localhost4. Check the email account root 阅读全文
posted @ 2013-11-24 22:55 逝者如斯(乎) 阅读(179) 评论(0) 推荐(0)
RH133读书笔记(2)-Lab 2 Working with packages
摘要:Lab 2 Working with packages Goal: To gain working experience with package management System Setup: A working install of Red Hat Enterprise Linux 5 con 阅读全文
posted @ 2013-11-22 16:09 逝者如斯(乎) 阅读(284) 评论(0) 推荐(0)
RH133读书笔记(1)-Lab 1 Managing Startup
摘要:Lab 1 Managing Startup Goal: To familiarize yourself with the startup process System Setup: A system installed with Red Hat Enterprise Linux Sequence 阅读全文
posted @ 2013-11-22 15:43 逝者如斯(乎) 阅读(172) 评论(0) 推荐(0)
RH033读书笔记(5)-Lab 6 Exploring the Bash Shell
摘要:Lab 6 Exploring the Bash ShellSequence 1: Directory and file organization1. Log in as user student with the password student.2. [student@stationX ~]$ pwd/home/student3. [student@stationX ~]$ touch {report,memo,graph}_{sep,oct,nov,dec}_{a,b,c}_{1,2,3}4. Use the ls command to examine the results of th 阅读全文
posted @ 2013-11-22 14:56 逝者如斯(乎) 阅读(219) 评论(0) 推荐(0)
RH033读书笔记(4)-Lab 5 File Permissions
摘要:Lab 5 File PermissionsSequence 1: Determining File Permissions1. What is the symbolic representation644 rw-r--r--755 rwxr-xr-x000 ---------711 rwx--x--x700 rwx------777 rwxrwxrwx555 r-xr-xr-x111 --x--x--x600 rw-------731 rwx-wx--x2. Given a file with permissions 755, what commands would change the p 阅读全文
posted @ 2013-11-22 14:22 逝者如斯(乎) 阅读(256) 评论(0) 推荐(0)
RH033读书笔记(3)-Lab 4 Browsing the Filesystem
摘要:Lab 4 Browsing the FilesystemSequence 1: Directory and File Organization1. Log in as user student with the password student.2. [student@stationX ~]$ pwd/home/student3. ls ls -a ls -al-a option includes files whose names begin with a period and used for storing configuration informationThe fifth co.. 阅读全文
posted @ 2013-11-22 13:25 逝者如斯(乎) 阅读(232) 评论(0) 推荐(0)
RH033读书笔记(2)-Lab 3 Getting Help with Commands
摘要:Lab 3 Getting Help with CommandsSequence 1: Using the Help Tools1. man -f keyword whatis keyword list all man pages.2. man -k keyword list all manual pages. 3. man -K keyword will be asked whether or not you would like to read it.4. man 3 basename -- basename() function from chapter 3 of the Red ... 阅读全文
posted @ 2013-11-22 12:25 逝者如斯(乎) 阅读(298) 评论(0) 推荐(0)
RH033读书笔记(1)-Lab2 Linux Usage Basics
摘要:Lab2 Linux Usage BasicsGoal: logging inchanging passwordsviewing and editing files Sequence 1: Logging in and using basic Linux commands 1. Pressing: 阅读全文
posted @ 2013-03-25 19:43 逝者如斯(乎) 阅读(172) 评论(0) 推荐(0)