CN_红雨的ChinaUnix博客
CN_红雨
全部博文(13)
2015年(9)
2014年(4)
liuxuefe
wanglins
章鱼小丸
小尾巴鱼
lmnos
发布时间:2015-01-13 13:44:39
1、# vi /etc/issue.net################################################################ Welcome to Linux7.0 # # ## ###################.........【阅读全文】
发布时间:2015-01-13 04:31:09
......【阅读全文】
发布时间:2015-01-13 00:23:54
root @test /root ]# mkdir [-mp] [目录名称] 参数说明: -m :配置文件案的权限喔!直接设定,不需要看 umask 这个内容的脸色! -p :帮助你直接将上面的目录递归建立起来! 范例: [root @test /root]# cd tmp [root @test /tmp]# mkdir test<==建立名称为 test 的目录 [root @test /tmp]# mkdir -p test1/tes.........【阅读全文】
发布时间:2015-01-13 00:18:05
[root @test /root ]# cd [相对路径或绝对路径] 参数说明: 路径有『相对路径』与『绝对路径』的分别,请千万小心啰! 范例: [root @test /root]# cd .. ......【阅读全文】
登录 注册