Home > Wiki Tips

File System Permissions: Definition, Examples, & How to Change

Updated on Tuesday, December 3, 2024

iBoysoft author Connie Yang

Written by

Connie Yang
Professional tech editor

Approved by

Jessica Shee

English Français Deutsch やまと Español Português

Summary: We'll explain what the file system permissions are and tell you the file system permissions examples in this post. More importantly, guide you to change file system permissions for external hard drives on your Mac or PC.

file system permissions

You first hear about file system permissions when you are unable to create a new folder on an external hard drive on your Mac and are told to change the permissions.

If you are wondering "What are the permissions of a file system?" and "How to change file system permissions on your Mac?", just find the answers from our introduction to file system permissions.

What are file system permissions?

Simply speaking, file system permissions are rules that determine and control who can access and modify files and directories within a file system.

In more detail, a file system is a method used by an operating system that determines how data is stored, organized, managed, and retrieved on storage devices such as hard drives, USB drives, SD cards, etc.

Permissions in a file system define what actions a user can perform on files and directories stored via the file system on the storage device.

The common file system permissions are read, write, and execute access. Since the file system is used by operating systems, a user's access privilege for a file system is determined by the compatibility between the OS and the file system.

The existence of file system permissions ensures data security and flexible user access management for storage devices.

Go to tell others the definition of file system permissions.

 

File system permissions examples

File system permissions for Mac and Windows usually contain read-only and read-write. They vary between operating systems depending on the file system compatibility.

Here's a table of file system permissions examples:

Common file systemsFile system permissions on macOSFile system permissions on Windows
NTFSRead-onlyRead-write
exFATRead-writeRead-write
FAT32Read-writeRead-write
APFSRead-writeAccess denied
Mac OS Extended (or HFS+)Read-writeAccess denied

For Linux, it has three types of permissions: read (r), write (w), and execute (x) for three categories of users, including owner, group, and others.

How to change file system permissions on external hard drives?

The ways to change file system permissions on external hard drives are different among macOS, Windows, and Linux.

Change file system permissions on external hard drives on Mac

  1. Right-click the external hard drive on the Finder sidebar or the desktop.
  2. Select Get Info.
    Get Info Mac
  3. Move to the Sharing & Permissions section.
  4. Click the privilege option next to your account and change the permission.
    change file system permissions Mac

Can't change file permissions on external drives on Mac? read: What to do if you can't change permissions on external hard drives on Mac?

Change the file system permissions on external hard drives on Windows

  1. Right-click the external hard drive on your PC.
  2. Select Properties and then click the Security tab.
  3. Click Edit and select the user to change the permissions.

By the way, to change file system permissions on external hard drives on Linux, you need to use the chmod command in Terminal and specify the desired permissions for the owner, group, and others.

If you understand what file system permissions are after reading this post, please share it with more people.