Linux Users & Permissions
Learn about different types of users and groups, and how file permissions work in a Linux environment.
StartUsers, Groups, and Permissions in Linux
Lesson 1 of 1
- 1Linux is a highly secure operating system. How? This lesson will dig into the way that Linux handles users, groups, and permissions to keep information secure. Linux is designed from the ground up…
- 2Again, Linux is a highly secure operating system that depends on strict file permissions dictating which users and groups can access them. Let’s look at some classifications of users that are found…
- 3Now that we’ve covered how different Linux users can coexist, let’s learn about users, groups, and their IDs! On a Linux system, all users added are assigned a name, unique user identification (UI…
- 4How do users and groups relate to what files they can access? If we use the command ls -l on a working directory, we will see directory/file permissions, user, group, filesize, creation date/time,…
- 5Good security practices suggest that administrator/root access be limited. Typical day-to-day activities such as word processing, web browsing, or listening to music should never be done using the …
- 6Linux provides users the ability to elevate or relax access permissions on any files where they are an owner. Of course, an administrator can make changes anywhere in the system, including creating…
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory