August 2022
Beginner
992 pages
24h 14m
English
Linux system administrators often need to perform the same tasks over and over, such as checking available disk space on the system or creating user accounts. Instead of entering multiple commands every time, you can write scripts that run in the shell to do these tasks automatically for you. This chapter explores how Bash shell scripts work and demonstrates how you can write your own scripts to automate everyday activities on your Linux system.
Shell scripting allows you to write small programs that automate activities on your Linux system. Shell scripts can save you time by giving ...
Read now
Unlock full access