linux中普通用户在下列条件中是否有使用at 和 crontabl 的权限,以及得出allow与deny哪个更优先
测试后结果如下
at.allow中有test用户 at.allow中没有test用户
at.deny中有test用户 有 无
at.deny中没有test用户 有 无
cron.allow有test用户 cron.allow没有test用户
cron.deny有test用户 有 无
cron.deny没有test用户 有 无
由上得知allow的优先更高于deny 总结如下: