sinxsoft

导航

2022年6月2日

非root账号,要写入特定文件夹的处理措施

摘要: cd /data/test_dic #将/data/test_dic的组归到group_test chgrp -R group_test /data/test_dic #ls后 drwxrwxr-x 2 root group_test 4.0K Jun 2 17:20 test_dic #授予用户组 阅读全文

posted @ 2022-06-02 17:26 sinxsoft 阅读(18) 评论(0) 推荐(0) 编辑