samdung 发表于 2018-8-23 12:29:45

Shell script( 简介)

umask 【在/etc/profile($HOME/.profile  $HOME/.bash_profile】
  umask         文件   目录
  0               6            7
  1               5            6
  2               4            5
  3               3            4
  4               2            3
  5               1            2
  6               0            1
  7               0            0

页: [1]
查看完整版本: Shell script( 简介)