欢迎来到天天文库
浏览记录
ID:41063348
大小:165.00 KB
页数:14页
时间:2019-08-15
《Linux 网络操作系统实验指导书10最新》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、《Linux网络操作系统》实验指导书实验一Linux基本命令熟悉及文本编辑器使用1.RedHatLinux的文件系统管理 一、实验目的 1、了解Linux操作系统的启动与登陆方法。 2、熟悉Linux字符界面、窗口系统的常用指令。二、实验内容 在字符界面下,使用常用的Linux操作命令,完成下列内容。1.在根目录(/)下新建一目录test[root@localhostroot]#mkdir/test[root@localhostroot]#cd/test[root@localhosttest]#p
2、wd/test2.改变当前目录至/test,在该目录下,以自己名字的英文缩写建一个空的文件,再建两个子目录(-xh)与(ah);[root@localhosttext]#touchpyh[root@localhosttext]#mkdri---xh[root@localhosttext]#lsahpyh–xh[root@localhosttext]#Is–l后[root@localhosttext]#cd---xh[root@localhosttext]#ls[root@localhosttext]#t
3、ouchtext13.进入到(-xh)子目录中,新建一个空文件text1;[root@localhost-xh]#cd..[root@localhosttext]#lsahpyh–xh[root@localhosttext]#cdah[root@localhosttext]#mkdirabc[root@localhosttext]#touchtext2[root@localhosttext]#lsabctext24.进入到(ah)子目录中,再新建一个子目录(abc),同时建立空文件text2;5.把刚建
4、的text1文件移动到刚建立的abc子目录下,并改名为text3,同时把text2文件复制到-xh子目录中;[root@localhosttext]#lsahpyh–xh[root@localhosttext]#cd---xh14[root@localhost-xh]#lstext1[root@localhost-xh]#mvtext1/test/ah/abc[root@localhost-xh]#ls[root@localhost-xh]#cd/test/ah/abc/[root@localhost-
5、xh]#lstext1[root@localhost-xh]#mvtext1/text3[root@localhost-xh]#lstext31.删除text3文件与-xh子目录及目录中的文件;并删除abc子目录;[root@localhostroot]#rmtext3Y[root@localhost-xh]#ls[root@localhost-xh]#cd..[root@localhostroot]#ls[root@localhostroot]#abctext2[root@localhostroot]
6、#rmdirabc[root@localhostroot]#lstext22.在根目录(/)下新建目录test,test1,把/etc/passwd分别复制到/test1与/test下,并分别改名为file1与file;[root@localhostroot]#cd[root@localhostroot]#cd..[root@localhostroot]#cp/etc/passwd./[root@localhostroot]#lsahpasswdpyh–xh[root@localhostroot]#m
7、vpasswdfile[root@localhostroot]#lsahfilepyh-xh3.查看file1文件的前二行与最后二行,并记录;[root@localhostroot]#catfile[root@localhostroot]#head-2file[root@localhostroot]#tail-2file4.查看/etc/目录下的文件,并记录前两个文件的文件名;5.查看/etc/目录中所有的文件中包含有sys字母的文件并记录;[root@localhostroot]#find/etc/-
8、name“*sys*”[root@localhostroot]#find/etc/-name“*sys*”
9、more6.查看/etc/目录中文件包含有conf的前两个文件是什么;7.把/test/file文件建一个软链接文件file.soft到/test1中;8.清屏;[root@localhostroot]#clear14三、实验要求 一台安装Linux9.0操作系统的计算机。 四、实验课时2学时 五、实验步骤1、实验预备知识:常用
此文档下载收益归作者所有