man 即:manual 用户手册的意思
一般查看一个命令的内容 可以用man、info命令,或--help参数
例如man useradd
useradd --help
info useradd
如果在dos下 查看命令用法的指令为/?
reference:http://dev.firnow.com/course/6_system/linux/Linuxjs/2008109/149569.html
man 即:manual 用户手册的意思
一般查看一个命令的内容 可以用man、info命令,或--help参数
例如man useradd
useradd --help
info useradd
如果在dos下 查看命令用法的指令为/?
reference:http://dev.firnow.com/course/6_system/linux/Linuxjs/2008109/149569.html