2013年11月25日
摘要: 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)
摘要: 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)
摘要: 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 逝者如斯(乎) 阅读(288) 评论(0) 推荐(0)