码迷,mamicode.com
首页 > 系统相关 > 详细

linux文件与目录管理

时间:2017-10-02 19:20:58      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:nta   void   existing   ror   管理   option   current   too   tin   

  • pwd

Print the full filename of the current working directory.打印当前工作目录

-L, --logical
use PWD from environment, even if it contains symlinks  # 显示当前路径包括link路径

-P, --physical  # 显示当前路径而非使用link路径
avoid all symlinks

  • mkdir 

Create the DIRECTORY(ies), if they do not already exist.

Mandatory arguments to long options are mandatory for short options
too.

-m, --mode=MODE  #配置文件的权限。直接设置,不需要看默认权限
set file mode (as in chmod), not a=rwx - umask

-p, --parents
no error if existing, make parent directories as needed

-v, --verbose
print a message for each created directory

linux文件与目录管理

标签:nta   void   existing   ror   管理   option   current   too   tin   

原文地址:http://www.cnblogs.com/wenyule/p/7620560.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!