将用户添加为对文件夹具有写权限的另一个人

将用户添加为对文件夹具有写权限的另一个人

我想以drwxrwxrwx递归方式添加我自己(已在 webapps 组中)并授予对整个文件夹的权限:

$ ls -l /var/lib/tomcat8/webapps
total 67904
drwxrwxrwx 3 root    webapps     4096 Oct  1 21:39 ROOT
drwxrwxrwx 8 tomcat8 tomcat8     4096 Oct 11 18:01 AppWeb
-rwxrwxrwx 1 tomcat8 tomcat8 69522664 Oct 11 18:01 AppWeb.war

我不想删除已经拥有该权限的用户的权限。

其他帖子要么对我有帮助,要么我不理解,因为我是新手。

了解以下内容可能会有帮助:

$ getent group webapps
webapps:x:1002:tony,root,tomcat8

相关内容