课程: Ubuntu Linux: User and Group Management
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Configure permissions to allow group collaboration
课程: Ubuntu Linux: User and Group Management
Configure permissions to allow group collaboration
- [Instructor] If we have a folder where we want collaboration to happen, the permissions can get tricky. As users create documents, they become the owners. And depending on the permission setup, others may not have access to edit them. We can resolve this somewhat by setting very open permissions on all the files as they're created. But, there's a better way. We can configure a folder to give files created inside of it the same group designation as the parent folder, making sure that anyone editing files in the folder, as long as they have access to it, can work on the same files without having specifically setup the group permissions for every file. I'll create a folder here at the root of my drive called Shared with mkdir shared, and I'll set the group on it to finance with chgroup finance shared. I'll set the permissions for the group so group members can write to the folder with chmod group plus write and shared. Now we need to find a few users that are in our finance group. So…
内容
-
-
-
Create user accounts4 分钟 20 秒
-
(已锁定)
Modify and delete user accounts4 分钟 12 秒
-
(已锁定)
Create and modify groups3 分钟 32 秒
-
(已锁定)
Home folder templating and global environment configuration3 分钟 47 秒
-
(已锁定)
Configure and monitor user resources7 分钟 52 秒
-
(已锁定)
Configure permissions to allow group collaboration3 分钟 35 秒
-
(已锁定)
Granting users and groups sudo access1 分钟 46 秒
-
-
-