Preliminary Exercises
Bash Unix Shell Scripting: | ||
---|---|---|
Invoking the script | Chapter 2. Starting Off With a Sha-Bang | Basics |
Preliminary Exercises
-
System administrators often write scripts to automate common tasks. Give several instances where such scripts would be useful.
-
Write a script that upon invocation shows the time and date, lists all logged-in users, and gives the system uptime. The script then saves this information to a logfile.