If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
You can use the GUI tool in System Settings -> User Management to create a new user. It automatically creates the correct /home directory and groups for the new user.
By default, any file that a user creates will have these set of permissions:
Owner can read and write (u+rw)
Group owner can read (g+r)
Others can read (o+r)
Any folder that is created will have these permissions:
Owner can read, write, and execute (u+rwx)
Group can read and execute (g+rx)
Others can read and execute (o+rx)
Note that a folder must be executable if you want to be able to cd/go into that directory. Files are not executable by default when created.
Comment