About 88,200 results
Open links in new tab
  1. 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 …

  2. 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:

  3. File Permissions - chmod - Linux.org

    Oct 27, 2011 · Practical Examples chmod 400 mydoc.txt read by owner chmod 040 mydoc.txt read by group chmod 004 mydoc.txt read by anybody (other) chmod 200 mydoc.txt write by …

  4. Linux Parrot 101 - A short guide for new users

    Mar 8, 2024 · - chmod (Change Mode): - Description: chmod is like a key that changes the access permissions of a file or directory. It ensures that only authorized users can read, write, or …

  5. How to create a custom systemd service file - Linux.org

    May 3, 2019 · If it's not already in place, create one and make it executable by running chmod +x your_script.sh in the terminal. Typically you will want to make the permissions so non-root …

  6. rsync - a fast, versatile, remote (and local) file-copying tool at ...

    that both have consistent executability across all bits: --chmod=Dg+s,ug+w,Fo-w,+X It is also legal to specify multiple --chmod options, as each additional option is just appended to the list …

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

  8. Change ownership of NTFS Drives - Linux.org

    Feb 20, 2020 · The chown command allows you to change the user and/or group ownership of a given file, directory, or symbolic link. In this tutorial, we will show you how to use the chown …

  9. ausearch - a tool to query audit daemon logs at Linux.org

    AUSEARCH:(8) System Administration Utilities AUSEARCH:(8) NAME ausearch - a tool to query audit daemon logs SYNOPSIS ausearch [options] DESCRIPTION ausearch is a tool that can …

  10. Cannot execute a binary - Linux.org

    Jul 18, 2020 · So both of those examples would generate a relocatable ELF object-file called somefile.o They're called relocatable, because the functions and variables are not bound to …