About 179 results
Open links in new tab
  1. Linux File Permissions and Ownership Explained with Examples

    Oct 5, 2023 · File permissions in Linux. Every file and directory in Linux has the following three permissions for all the three kinds of owners: Permissions for files. Read – Can view or copy …

  2. chmod 777 or 755? Learn to use chmod Command with Examples

    Sooner or later in the Linux world, you will have to change the permission on a file or directory. This is done with the chmod command. In this article, I’ll share with you some of the practical …

  3. Special File Permissions in Linux: SUID, GUID and Sticky Bit

    Sep 15, 2022 · You see an s instead of x in the file permissions? Linux has some special file permissions called SUID, GUID and Sticky Bit. Know more about them.

  4. 15 Super Useful Examples of Find Command in Linux - Linux …

    The find command allows you to search for files with specific file permission and access mode. find -perm mode For example, to find all the files access mode 777 in the current directory;

  5. Chmod Calculator: Calculate Linux File Permissions - Linux Handbook

    Chmod Calculator: Calculate Linux File Permissions This nifty online chmod calculator lets you calculate the file permissions in absolute and symbolic modes in a few clicks.

  6. File Management Commands in Linux - Linux Handbook

    You should know how to display the contents of files, create new files, change their properties. You should also know how to look for files and edit them. In this section of Linux Handbook, …

  7. How to Use chown Command in Linux [6 Essential Examples]

    The chown command in Linux enables you to change the user and group ownership of a file or directory. Learn to use chown with some practical examples.

  8. Use Stat Command in Linux to Display File Attributes

    You can get file permissions, size, mtime, ctime, atime, ownership and several other file attribute information using the stat command in Linux. Most people use the ls command with option -l to …

  9. Change Ownership of Files and Folders Recursively in Linux

    May 30, 2022 · Linux file permissions explained in simpler terms. Also learn how to change the file permissions and ownership in Linux in this detailed beginner’s guide.

  10. How to Copy Files in Linux With cp Command - Linux Handbook

    When you copy a file to a new location, its attributes like the file permissions and the file timestamps are changed. If you want to retain the attributes of the original file, you can copy …

Refresh