I\'m working in IT for above 10 years, although I\'m not an expert yet, but I\'m working on it :)
分类: LINUX
2008-08-05 07:56:55
一、passwd的一个用法
Passwd –S username
[root@email ~]# passwd -S lzyking
lzyking PS 2008-05-02 0 99999 7 -1 (Password set, MD5 crypt.)
显示这个用户的一些信息,例如密码是否设置,密码设置的情况。
二、Linux系统中获得帮助的地方与途径:
Whatis
--help
Man 或 info
/usr/share/doc
RedHat Documentation
三、Man的使用方法
Man [
Chapter: sections 如下:
1) user commands 一般使用者都可以使用的命令
2) system calls
3) library calls
4) special files
5) file format 文件格式说明
6) games
7) miscellaneous
8) administrative commands 查看只有root权限才能使用的命令
其中常用的是1、5、8三个章节。
光标移动:
上、下箭头及 pageup pagedown
/ 查找, n/N 分别代表下一个匹配及上一个匹配
Man –k
使用方法:
例如:man –k init.d service
[root@email ~]# man -k init.d service
/etc/rc.d/init.d/autofs [autofs] (8) - Control Script for automounter
initrd (4) - boot loader initialized RAM disk
initscripts (rpm) - inittab 文件和 /etc/init.d 脚本ã