Users, Groups, and Permissions in Linux
Lesson 1 of 1
  1. 1
    Linux 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…
  2. 2
    Again, 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…
  3. 3
    Now 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…
  4. 4
    How 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,…
  5. 5
    Good 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 …
  6. 6
    Linux 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…
  7. 7
    We now have a fairly good idea of how Linux provides resource security by separating administrator accounts from non-administrator accounts and then further applying specific user and group permiss…

How you'll master it

Stress-test your knowledge with quizzes that help commit syntax to memory