About 18,100 results
Open links in new tab
  1. 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:

  2. File Permissions - chmod - Linux.org

    Oct 27, 2011 · There are no xpermissions for the rest of the users. We hope you enjoyed this little walk-through of file permissions in Linux. Now that we know what we're looking for, we can …

  3. File permissions. | Linux.org

    May 3, 2019 · In Linux, file permissions are crucial for maintaining system security and functionality. The chmod command is used to change the permissions of files and directories.

  4. command: chmod | Page 2 | Linux.org

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

  5. chmod - change file mode bits at Linux.org

    However, for each symbolic link listed on the command line, chmod changes the permissions of the pointed-to file. In contrast, chmod ignores symbolic links encountered during recursive …

  6. 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 …

  7. 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 …

  8. Permissions on shadow files - Linux.org

    Mar 27, 2023 · Therefore, the two different operating systems have different default permission settings for the shadow file due to differences in their security modules and policies. However, …

  9. Common pronunciations of Linux directories, commands, etc

    Oct 27, 2011 · initramfs: init ram F S chroot: as in chown and chmod above, not like an open-ended cigar (cheroot, which sounds like sh)

  10. Ubuntu 22.04 run script on desktop by clicking on it - Linux.org

    Jul 31, 2021 · I created a simple bash script that I placed on my desktop. I would like to run it as a script when I click on it however when I do that it opens in a text editor. Is there a way to make …