chgrp newgroup files/directorys

如:
# ls -lh a.c
-rw-r--r--   1 liaohb   root         146  8月 28日 17:23 a.c
现在将 a.c 由 root 组变到 dba 组 命令如下:

# chgrp dba a.c
# ls -lh a.c
-rw-r--r--   1 liaohb   dba          146  8月 28日 17:23 a.c

相关文章:

  • 2022-01-30
  • 2022-12-23
  • 2021-12-25
  • 2021-10-11
  • 2022-02-19
  • 2021-12-30
  • 2022-12-23
  • 2021-11-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-12-06
  • 2021-06-03
  • 2022-12-23
相关资源
相似解决方案