Linux Basics

You are currently auditing this course.
33 / 85

Permissions - Overview

Permissions in Unix are an integral part of the operating system.

You can see the details of all files in the current directory by using options -l and -a combinedly with ls command:

ls -al

Every file has an owner (also referred to as the user), a group and permissions. A user can be part of many groups. A group can have many users.

File System - listing details

The permission attributes of a file signify who can do what.

File System - File Permissions

In file type, - represents file and d represents directory.


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...