Linux commands

Helpful Linux commands

printenv – print the values of the specified environment variables
https://man7.org/linux/man-pages/man1/printenv.1.html

crontab – crontab program to manage cron tab files
crontab -e – edit the current crontab file
https://man7.org/linux/man-pages/man1/crontab.1.html

Dawid Avatar