Linux Basics

59 / 107

Permissions - Advanced

There is a special user called root on Unix systems which has all the privileges which can permit any user on any file.

Some users who are allowed to act on behalf of the root are called sudoers. This list of sudoers can be edited using sudoedit command. Such users are allowed to run commands as if they are root using: sudo .

You can change the owner of a file using chown and change the group of a file using chgrp command. Please note that changing the owner of the file is possible only with an administrative account.


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...