linux shell

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

Shell scripts

Jun 3,93

A shell script is a program that can be run in the Linux shell. Scripts are written in an interpreted …

Read More

Debug a file system

Jun 3,93

You can interactively modify a file system’s features by using the debugfs utility in Linux. This utility can be used to examine …

Read More

Adjust file system parameters

Jun 3,93

To tune file system parameters on a Linux ext2, ext3, or ext4 file system, you can use the tune2fs command. …

Read More

Obtain file system information

Jun 3,93

To obtain information about your ext2, ext3 or ext4 file system, you can use the dumpe2fs command. This command is …

Read More
Geek University 2022