查看所有用户下的定时任务

for u in `cat /etc/passwd | cut -d":" -f1`;do crontab -l -u $u;done

  

相关文章:

  • 2021-11-28
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2021-12-17
  • 2021-06-17
  • 2021-09-21
相关资源
相似解决方案