Answers for "import crontab from file"

4

import crontab from file

# Create the backup (export):
crontab -l > /some/shared/location/crontab.bak
# Import it from the new user:
crontab /some/shared/location/crontab.bak
Posted by: Guest on May-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language