Last Updated: June 26, 2016
·
121
· jmcveigh

Group Folders in Linux

Please, follow this article to create a new group and new group folder then add a user within

  1. Use a sudu-user interface to create the /opt/document/ folder by kicking this into the shell prompt as you wheel :

    ~[# ] mkdir /opt/document
  2. Add the group titled document to the current security items titled Groups of the immediate system :

    ~[# ] chown root:document /opt/document
  3. 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
  4. Index the words illustrating a particular user name as the user to add the group titled document to

    ~[# ] usermod -uG document user_name_words
  5. 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.

3 Responses
Add your response

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 ·