About 50 results
Open links in new tab
  1. Understanding UNIX permissions and file types

    Feb 10, 2015 · If the file is owned by the user, the user permissions determine the access. If the group of the file is the same as the user's group, the group permission determine the access. If the user is …

  2. permissions - How to check if a user can access a given file? - Unix ...

    109 *nix user permissions are really simple, but things can get messy when you have to take in account all the parent directory access before reaching a given file. How can I check if the user has enough …

  3. User permissions in NFS mounted directory

    Jan 2, 2016 · NFS checks access permissions against user ids (UIDs). The UID of the user on your local machine needs to match the UID of the owner of the files you are trying to access on the server. I …

  4. How do file permissions work for the "root" user?

    Dec 21, 2017 · That's exactly like you've noticed for default permissions: Read & write: By default, Root user can access any file in the system. You may remove this access by changing attributes like …

  5. Execute vs Read bit. How do directory permissions in Linux work?

    Sep 23, 2011 · Here “access” is a bit ambiguous: +x on the directory grants access to files inodes through this specific directory (nothing less, nothing more, well… maybe chdir needs +x too). To read …

  6. What permissions on a file or directory are needed to cp, mv ... - linux

    Dec 28, 2021 · The access permissions of a directory control access to that data, so changes to filenames. Hence, creating, deleting, moving and renaming files requires write permission to the …

  7. Can't read a file although it's in my group and permissions for group ...

    Can't read a file although it's in my group and permissions for group read are set Ask Question Asked 13 years, 2 months ago Modified 3 years, 5 months ago

  8. Is there a difference between file permissions and mode?

    Jun 9, 2023 · So the file's mode could be described as the Unix discretionary access control file permissions, the setguid and sticky bits, and the file type. However file permissions have been …

  9. ubuntu - Correct way to set permissions to share a file system between ...

    Feb 22, 2021 · These are my permissions but I would suggest creating a sambauser and sambagroup. The force user and force group will take care of the created files permissions. path = /path/to/file …

  10. Mount with sshfs and write file permissions - Unix & Linux Stack …

    Aug 12, 2015 · From fuse's man: 'default_permissions' By default FUSE doesn't check file access permissions, the filesystem is free to implement its access policy or leave it to the underlying file …