70
Chapter 6
When you enter the
at
daemon with the specified time,
at
goes into
interactive mode and you are greeted with an
at>
prompt. Here is where
you enter the command you want executed at the specified time:
kali >
at 7:20am
at >
/root/myscanningscript
This code snippet will schedule
myscanningscript to execute today at
7:20
am
. When you want to stop entering commands, hit
ctrl
D.
Summary
Managing processes in Linux is a key skill for every Linux user and hacker.
You must be able to view, find, kill, prioritize, and schedule processes to
manage your Linux instance optimally. A hacker often will need to find
processes on the target they want to kill, such as the antivirus software or a
firewall. They will also need to manage multiple processes in an attack and
prioritize them.