在linux系统中,要建立cron任务,要求每年2月1日、8月1日的中午11点运行/tmp/test.sh文件,应在crontab文件中输入()。
A、A、0 11 1 2 8 /tmp/test.sh
B、B、0 11 1 2 8 * /tmp/test.sh
C、C、0 11 1 2,8 /tmp/test.sh
D、D、0 11 1 2,8 * /tmp/test.sh
A、A、0 11 1 2 8 /tmp/test.sh
B、B、0 11 1 2 8 * /tmp/test.sh
C、C、0 11 1 2,8 /tmp/test.sh
D、D、0 11 1 2,8 * /tmp/test.sh
A、A、crontab -l jenny B、B、crontab -e jenny C、C、crontab -l -u jenny D、D、crontab -e -u jenny
A、A、59 11 * 5,6,7,8,9 0 /tmp/test.sh B、B、59 11 * 5-9 0 /tmp/test.sh C、C、59 11 * 5,6,7,8,9 7 /tmp/test.sh D、D、59 11 * 5-9 7 /tmp/test.sh E、E、59 11 * */5 /tmp/test.sh
A、groupadd -r 600 class B、groupadd -f 600 class C、groupadd -u 600 class D、groupadd -g 600 class
A、Linux系统支持细粒度的审计操作 B、Linux系统可以使用自带的软件发送审计日志到SOC平台 C、Linux系统一般使用auditd进程产生日志文件 D、Linux在secure日志中登陆成功日志和审计日志是一个文件