linux从零开始-linux常用命令4

文件搜索

locate fstab

速度比find快,但是对新创建的数据,可能找不到


updatedb 建立整个系统目录文件的数据库

update the slocate database


grep 可以查找内容和文件

grep ftp /etc/services


帮助命令 man

man ls

man services 配置文件的帮助


man passwd

man 5 passwd


info


whatis 简单信息


--help -h 列出选项


apropos services

如果whatis apropost 没有,就需要makewhatis


help 查看shell内置帮助命令

help cd


你可能感兴趣的:(linux,update,配置文件,Services,manman)