Linux

Modify file permissions

May 28,93

To modify a file’s permissions, the chmod command is used. Only the owner of the file and root can use …

Read More

Identify file type

May 28,93

Consider the following output of the ls -l command: Notice the first character in each line of the output (the characters …

Read More

Permission bits

May 28,93

In Linux, there are total of nine mode bits that set the basic access permissions. The first three bits set …

Read More

Permissions basics

May 28,93

Permissions in Linux are designed to keep users from accessing other users’ private files and to protect important system files. …

Read More

Change file ownership

May 28,93

The chown (stands for change owner) command is used to change the ownership of a file in Linux. In its …

Read More

Manage file ownership

May 28,93

In Linux, each file has an owner and a group with which it’s associated. The file’s owner can change the …

Read More
Geek University 2022