Admin Sky Blog
  • Admin Sky Blog
  • GitLab
  • Mikrotik
  • RocketChat
  • Ansible
    • Ansible. Windows
  • CitrixXenServer
    • XenServer. Change boot order for VM ( HDD / ISO )
    • Using GRE tunnel
    • Citrix XenServer
    • XenServer. Install extra software
    • XenServer 6.5. Install
    • XenServer 7.0. Install
    • XenServer 7.2. Install
  • Etc
    • VirtualUSB
  • Git
    • Endline
  • Linux
    • crontab
    • find + scp
    • sort by column
    • Sending Magic Keys through SSH
  • MacOS
    • OpenVPN. MacOS
    • Macos. Terminal touchid
  • Mail
    • Check reputation
    • Postfix: header_checks
  • PostgreSQL
    • Postgresql. Restore
  • Proxmox
    • GPU passthrow to VM
  • etc
    • VirtualUSB
  • windows
    • Autohotkey
    • Windows. Lost password
Powered by GitBook
On this page
  1. Linux

crontab

#Crontab for any users

Debian:

cd /var/spool/cron/crontabs/ && grep -v '^#'  -r 

Citrix XenServer:

cd /var/spool/cron/ && grep -v '^#'  -r 
PreviousLinuxNextfind + scp

Last updated 1 year ago