chmod command example

Write shell scripts

Jun 3,93

Let’s write a simple shell script. This script will execute a single echo command: To run the script, we need to …

Read More

Create shell scripts

Jun 3,93

A shell script begins with a line that identifies the shell that’s used to run it. If you use the …

Read More

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
Geek University 2022