首页 > 系统服务 > 详细

linux文件与目录管理

时间:2017-10-02 19:12:51      阅读:265      评论:0      收藏:0      [点我收藏+]
  • 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文件与目录管理

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!