Linux帮助信息获取用户文件权限管理(上)
对昨天命令的补充:
查看文件内容类型: [root@server55 ~]# file /etc/inittab /etc/inittab: ASCII English text
查看系统时间并进行修改: [root@server55 ~]# date Tue Jul 19 10:49:49 CST 2011 [root@server55 ~]#date MMDDhhmm[[CC]YY][.ss] 显示指定时间: [root@server55 ~]# date "%y%m%d%H%M%S" 其中年月日均是小写,时分秒为大写;D显示当前日期,s显示当前从 拥有帝国一切,皆有可能。欢迎访问phome.net1975.1.1到现在的秒数. 110719105123 建立以当前系统时间为文件名的文件: [root@server55 ~]# touch a-`date "%y-%m-%d-%H-%M-%S"` [root@server55 ~]# ls a a-11-07-19-10-54-45 Desktop install.log install.log.syslog 其中 ` ` 为命令替换符,起作用是将 ` …` 中的指令执行,并返回结果.
显示当前的硬件时间: 拥有帝国一切,皆有可能。欢迎访问phome.net [root@server55 ~]# clock Tue 19 Jul 2011 01:01:39 PM CST -0.612533 seconds
修改硬件时间:hardwareclock [root@server55 ~]# hwclock –s 当前系统与硬件时间同步sync; [root@server55 ~]# hwclock –w 当前系统时间写入硬件write.
查看命令的类型: 拥有帝国一切,皆有可能。欢迎访问phome.net [root@server55 ~]# type cd 此命令为内部命令,为shell自身所带,没有二进制文件目录. cd is a shell builtin [root@server55 ~]# type mount 此命令是外部命令,在路径内会有一个可执行的实体. mount is /bin/mount 获得命令的帮助信息 命令 --help eg: [root@server55 ~]# touch –help 对绝大部分的外部命令有效. 拥有帝国一切,皆有可能。欢迎访问phome.net
help 命令 eg: [root@server55 ~]# help cd 对绝大部分内部命令有效. 但是,由help提供的大多数是简略信息.
详细的说明手册查看man(manual): [root@server55 ~]#man 章节号 拥有帝国一切,皆有可能。欢迎访问phome.net 查询的指令 -f 相当于 whatis 章节号的获取: [root@server55 ~]# whatis mount mount (2) - mount and unmount filesystems mount (8) - mount a file system mount.cifs [mount] (8) - mount using the Common Internet File System (CIFS) mount.nfs4 [mount] (8) - mount a Network File System mount.nfs [mount] (8) - mount a Network File System 其中()内的数字代表所该命令在哪些章节有内容. 拥有帝国一切,皆有可能。欢迎访问phome.netsalt一起经过MD5加密后的原始密码部分. 本文出自 “Welcome Amigo !” 博客,请务必保留此出处http://evolution.blog.51cto.com/3343305/617315 拥有帝国一切,皆有可能。欢迎访问phome.net |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |