Schedule Recurring System Jobs Flashcards
1
Q
What is the shebang in bash shell scripting?
A
!/bin/bash
2
Q
What simple indicates a variable in bash?
A
<VARIABLE>=<$(command)>
<${VARIABLE}>
</VARIABLE>
3
Q
What command installs package from dnf repository?
A
dnf install <package></package>
4
Q
What service unit collects system activity data on a timer?
A
sysstat-collect.timer
5
Q
What command reloads systemd daemon?
A
systemctl daemon-reload