Welcome, Guest. Please login or register.

Author Topic: Linux: Mount point permissions  (Read 2011 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline murple

  • Hero Member
  • *****
  • Join Date: Jul 2007
  • Posts: 579
    • Show all replies
    • http://www.murple.net
Re: Linux: Mount point permissions
« on: August 28, 2007, 12:42:10 AM »
In the context of a directory, the "x" permission means you can go to the directory (since an executable directory makes no sense hehe).

If you do chmod +rwx on the directory, you'll be able to enter it.

Some other permissions act different on directories than files. For example, +s on a file makes the file setuid, while +s on a directory means all files in the dir inherit the owner of the directory.