About 99,400 results
Open links in new tab
  1. chmod - change file mode bits at Linux.org

    OCTAL-MODE FILE... chmod [OPTION]... --reference=RFILE FILE... DESCRIPTION This manual page documents the GNU version of chmod. chmod changes the file mode bits of each given file …

  2. File Permissions - chmod - Linux.org

    Oct 27, 2011 · Linux has inherited from UNIX the concept of ownerships and permissions for files. This is basically because it was conceived as a networked system where different people …

  3. File permissions. | Linux.org

    May 3, 2019 · The chmod command is used to change the permissions of files and directories. This article will explain how to use chmod, what the rwxr-xr-x notation means, and the …

  4. command: chmod - Linux.org

    Oct 27, 2011 · chmod is a Linux command that will let you "set permissions" (aka, assign who can read/write/execute) on a file. Usage: chmod permissions file OR: Usage: chmod …

  5. RPCS3 - Playstation 3 Emulator - Linux.org

    May 22, 2017 · I know the PlayStation 5 is out, but emulators are usually years behind the console. But for some users, the old games are the ones they love the most. In this article, I’ll …

  6. How to add a mounted drive as a storage location for Steam on …

    Jan 17, 2025 · I recently had trouble with adding a new library location to Steam even though my drive was mounted. After a few days of tinkering, I managed to get it and I would just like to …

  7. Solved - Changing permissions of folders in Ubuntu 24.04

    Jul 16, 2023 · Hello everybody, I'm using Ubuntu 24.04 and I'm having issues using some folders, because of permissions. More specifically: 1. aMule sometimes cannot access the temporary …

  8. Clear steps to make an .sh file executable - Linux.org

    Jun 7, 2019 · A couple things. You can do as these guys suggest using the chmod +x or you can do it in the gui. I like going to my file manager, Dolphin (I use KDE), find the file, right click, go to …

  9. chmod not working on ntfs file system - Linux.org

    Nov 20, 2020 · The chmod command is used to change the permissions of a file or directory, while the chown command is used to transfer the ownership of a file or directory to another …

  10. command: chmod | Page 3 | Linux.org

    You would use chmod 04711 mygame to set permissions to -rws--x--x which means the owner can read, write, and run this file, the group can only run, but cannot read or write, and other …