2013年11月22日
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: 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)