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
本文介绍了在Linux环境下如何使用man、info命令及--help参数来查询命令的使用方法,并简要对比了DOS环境下命令帮助的获取方式。
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

被折叠的 条评论
为什么被折叠?