Login using Social Account
     Continue with GoogleLogin using your credentials
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.
The permission attributes of a file signify who can do what.
In file type, -
represents file and d
represents directory.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...