Write shell scripts
Jun 3,93Let’s write a simple shell script. This script will execute a single echo command: To run the script, we need to …
Read MoreCreate shell scripts
Jun 3,93A shell script begins with a line that identifies the shell that’s used to run it. If you use the …
Read MoreShell scripts
Jun 3,93A shell script is a program that can be run in the Linux shell. Scripts are written in an interpreted …
Read MoreDebug a file system
Jun 3,93You can interactively modify a file system’s features by using the debugfs utility in Linux. This utility can be used to examine …
Read MoreAdjust file system parameters
Jun 3,93To tune file system parameters on a Linux ext2, ext3, or ext4 file system, you can use the tune2fs command. …
Read MoreObtain file system information
Jun 3,93To obtain information about your ext2, ext3 or ext4 file system, you can use the dumpe2fs command. This command is …
Read More