linux 文件默认权限umask

本文深入讲解了umask命令的使用方法及其对文件和目录默认权限的影响。解释了umask设置如何决定用户创建文件时的默认权限,包括特殊权限、用户和其他用户的读写执行权限。通过示例展示了如何使用umask命令修改默认权限。
摘要由CSDN通过智能技术生成
 umask 




umask -S

在这里插入图片描述0002
第一个是特殊权限用的 先不用管 002 表示 user 和grep 没有被拿掉任何权限 other 被拿掉了 w 权限

rwx
421
   umask [-p] [-S] [mode]
          The user file-creation mask is set to mode.  If mode begins with a digit, it is interpreted as an octal  number;  other?
          wise  it  is  interpreted as a symbolic mode mask similar to that accepted by chmod(1).  If mode is omitted, the current
          value of the mask is printed.  The -S option causes the mask to be printed in symbolic form; the default  output  is  an
          octal  number.   If the -p option is supplied, and mode is omitted, the output is in a form that may be reused as input.
          The return status is 0 if the mode was successfully changed or if no mode argument was supplied, and false otherwise.

修改默认权限
修改前
在这里插入图片描述

修改
命令
umask 022
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值