How to Set Files and Folder Permissions on Ubuntu Linux

This post describes steps you can take to configure files and folders permissions in Ubuntu Linux.

Setting file and folder permissions Ubuntu Linux should be the same as any modern operating system. You can use file permission to control who should have access to files you own. You won’t be able to set permissions on files and folders you don’t already own or have access to.

To view and set the permissions for a file, right click it and select Properties, then select the Permissions tab.

There are three groups or classes you can set permissions for. Owners, Group and Others. You’re automatically going to be the owner of files you own. Group will also be assigned to your account and Others, might have read-only.

If you want to protect the file from accidental deletion, you can give yourself read-only permission, so you don’t delete it mistakenly.

How to set file permissions Linux Ubuntu

Whether at home or in a corporate environment, the best method to manage file permissions is to assign it to groups. You can set the file’s group and control the permissions for all users in that group. You can only set the file’s group to a group you belong to.

If the file is a program, such as a script, you must select Allow executing file as program to run it.

For files you want to restrict, go to the folder step below to set the folder permissions.

How to Set folder permissions in Ubuntu Linux

You can set folder permission for Owners, Groups and Others. Permissions for files and folders are slightly different. Below are permission types you can set on folders.

Files in folders are controlled by the permission settings on the folders.

Permission Types:

None

The user will not even be able to see what files are in the folder.

List files only

The user will be able to see what files are in the folder, but will not be able to open, create, or delete files.

Access files

The user will be able to open files in the folder (provided they have permission to do so on the particular file), but will not be able to create new files or delete files.

Create and delete files

The user will have full access to the folder, including opening, creating, and deleting files.

So, when settings permissions on file, it’s best to do it on at the folder level. you can restrict access to file at the file level but might not be the best way to do it. always set it on the folder the file is stored in.

You can also quickly set the file permissions for all the files in the folder by clicking Change Permissions for Enclosed Files.

That should do it!