Jump to content

Directory Permissions Messed Up


Recommended Posts

Yeah!  I figured it out after about an hour of googling (linux noob).  For reference:

 

Update the owner/group for files.

 

ls -al  'lists all the files and permissions in the directory

 

chown [OPTION] [OWNER:GROUP]

 

For example:

chown -R nobody:users /mnt/user/Movies  'This would update the directory to have owner being nobody and the group being users for all directories and files.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...