论坛首页 入门技术论坛

Get help commands in Linux Shell

浏览 1122 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2012-03-08   最后修改:2012-03-09
type mount      # find the the first mount command in the PATH
whereis mount   # find code or manual about mount
locate mount    # search the files about mount
which mount     # find the alias int he PATH
mount --help    # output the help info
apropos mount   # find the mount contained lines in the manual
whatis mount    # output the word in command manual
man mount       # output the first manual about mount
info mount      # find the info in the info database


Ubuntu 中软件安装包信息
看软件xxx安装内容
dpkg -L xxx

查找软件库中的软件
apt-cache search 正则表达式
或
aptitude search 软件包

显示系统安装包的统计信息
apt-cache stats

显示系统全部可用包的名称
apt-cache pkgnames

论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics