Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Understanding User Roles Concepts | Users, Roles and The Permissions
Linux Basics

bookUnderstanding User Roles Concepts

In Windows or MacOS, when you create a file or folder, you can set permissions only for yourself or for all users on your computer. In Linux, there's a bit more control. When you create a file or folder, you can set permissions for three groups of people:

  • Owner: that's you, the one who created the file or folder. You can decide what can and cannot be done with this file or folder, like who can read, write, or delete it;

  • Group: you can also create a special group of people who have access to this file or folder. These could be your friends or colleagues. You can set permissions for this group separately from the ones you set for yourself;

  • Others: these are all the other people who use this computer but aren't the owners or part of the group. You can also set permissions for them, determining what they can or cannot do with your file or folder.

This allows you to control who has access to your file or folder and what actions they can perform. It's an important security aspect in Linux that helps protect your data from unwanted changes.

Note
Study More

Up to this point, you’ve been performing all actions as root user. The root user in Linux has the highest access rights and full control over the system. They can perform any system-level operations. You’ll learn how to create and manage new users, user groups, and their access rights.

1. Who is considered the owner of a file or folder in Linux?

2. What are the three groups of people you can set permissions for when creating a file or folder in Linux?

question mark

Who is considered the owner of a file or folder in Linux?

Select the correct answer

question mark

What are the three groups of people you can set permissions for when creating a file or folder in Linux?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 4. ChapterΒ 1

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Suggested prompts:

Can you explain what types of permissions can be set for each group?

How do I change file or folder permissions in Linux?

Why is it important to set permissions correctly?

Awesome!

Completion rate improved to 6.25

bookUnderstanding User Roles Concepts

Swipe to show menu

In Windows or MacOS, when you create a file or folder, you can set permissions only for yourself or for all users on your computer. In Linux, there's a bit more control. When you create a file or folder, you can set permissions for three groups of people:

  • Owner: that's you, the one who created the file or folder. You can decide what can and cannot be done with this file or folder, like who can read, write, or delete it;

  • Group: you can also create a special group of people who have access to this file or folder. These could be your friends or colleagues. You can set permissions for this group separately from the ones you set for yourself;

  • Others: these are all the other people who use this computer but aren't the owners or part of the group. You can also set permissions for them, determining what they can or cannot do with your file or folder.

This allows you to control who has access to your file or folder and what actions they can perform. It's an important security aspect in Linux that helps protect your data from unwanted changes.

Note
Study More

Up to this point, you’ve been performing all actions as root user. The root user in Linux has the highest access rights and full control over the system. They can perform any system-level operations. You’ll learn how to create and manage new users, user groups, and their access rights.

1. Who is considered the owner of a file or folder in Linux?

2. What are the three groups of people you can set permissions for when creating a file or folder in Linux?

question mark

Who is considered the owner of a file or folder in Linux?

Select the correct answer

question mark

What are the three groups of people you can set permissions for when creating a file or folder in Linux?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 4. ChapterΒ 1
some-alt