linux shell

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

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

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

Customize a user’s work environment

May 28,93

The /etc/skel directory holds files that are copied automatically to individual users’ home directories when their accounts are being created. …

Read More

/etc/group file format

May 28,93

The group membership in Linux is controlled through the /etc/group file. This is a simple text file that contains a …

Read More

Delete groups

May 28,93

To delete a group in Linux, you can use a tool called delgroup. delgroup is a friendlier front-end to the …

Read More
Geek University 2022