Generation

linuxThu, 25 May 2023

1.创建 文件 /myfile1.txt 2.为其他用户和同组用户增加读的权限 3.为其他用户和同组用户删除读的权限

touch /myfile1.txt chmod g+r,o+r /myfile1.txt chmod g-r,o-r /myfile1.txt

Questions about programming?Chat with your personal AI assistant