摘要: 显示命令在环境变量$PATH所设置的目录中的位置 which command-list 阅读全文
posted @ 2013-01-10 18:57 Nerxious 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 查找文件 whereis [options] file 阅读全文
posted @ 2013-01-10 18:45 Nerxious 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 根据条件查找文件 find [directory-list] [expression] 阅读全文
posted @ 2013-01-10 18:23 Nerxious 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: 在mlocate数据库中搜索条目 locate [option] pattern 阅读全文
posted @ 2013-01-10 17:45 Nerxious 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 设定在创建文件时的权限掩码 umask [mask] 阅读全文
posted @ 2013-01-10 16:39 Nerxious 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 改变文件的所有者或与文件相关联的组 chown [options] owner file-list 阅读全文
posted @ 2013-01-10 15:41 Nerxious 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 改变与文件相关联的组 chgrp [options] group file-list 阅读全文
posted @ 2013-01-10 15:17 Nerxious 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 修改文件的基本权限 chmod [options] who operator permission file-list (符号模式) chmod [options] mode file-list (绝对模式) 阅读全文
posted @ 2013-01-10 14:08 Nerxious 阅读(11809) 评论(2) 推荐(4) 编辑
摘要: 为文本文件添加行号 nl [options] files 阅读全文
posted @ 2013-01-10 13:00 Nerxious 阅读(418) 评论(0) 推荐(0) 编辑