Group Folders in Linux
Please, follow this article to create a new group and new group folder then add a user within
-
Use a sudu-user interface to create the /opt/document/ folder by kicking this into the shell prompt as you wheel :
~[# ] mkdir /opt/document
-
Add the group titled document to the current security items titled Groups of the immediate system :
~[# ] chown root:document /opt/document
-
Invoke read, write, enumerate and execute for the folder titled document for users of group titled document. Invoke read, enumerate and execute for the folder titled document for everyone.
~[# ] chmod 2775 /opt/document
-
Index the words illustrating a particular user name as the user to add the group titled document to
~[# ] usermod -uG document user_name_words
-
Perform quality assurance indicative of success as a boolean item upon a quick report for creating group folders in Linux
~[# ] ls -ld /opt/document
Preparation of the group folder in Linux is a natural first step. Please, refer to the Documentation titled The System Administrator's Guide of your chosen Linux operating system.
Written by Jason McVeigh
Related protips
3 Responses
I made this!
over 1 year ago
·
I ♥ what I do and I hope you do too!
over 1 year ago
·
I've I.M. this link public channel on MAGNet #perl I.R.C..
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#