Skip to content

Instantly share code, notes, and snippets.

@reanim8ed
Last active February 28, 2025 10:05
Show Gist options
  • Save reanim8ed/75b2445825bc8419255a06eaeb28e6d1 to your computer and use it in GitHub Desktop.
Save reanim8ed/75b2445825bc8419255a06eaeb28e6d1 to your computer and use it in GitHub Desktop.
[List crons from all users] #linux
  • List crons from all users

    sudo ls -la /var/spool/cron/crontabs
    
  • Edit crontab from specific user using nano:

    sudo EDITOR=nano crontab -u username -e
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment