标签:io sp for 文件 数据 on 代码 linux as
今天遇到几个命令,初见时感觉好像啊,不太能区分其具体功能和区别,因此特来记录一下。
1. file和type
file: 查看文件类型
type: display information of command type
2. which和whereis
which: 查看可执行文件和别名alias的位置。whereis -p
whereis: 查看文件的位置,只搜索二进制文件、man说明文件和源代码文件
locate: 配合数据库查看位置,数据库大概每天更新一次。find -name的另一种写法,但效率比find高
find: 根据条件查找文件
linux command file/type which/whereis
标签:io sp for 文件 数据 on 代码 linux as
原文地址:http://www.cnblogs.com/fengxm/p/4104567.html