#linux
Read more stories on Hashnode
Articles with this tag
1. Directory Commands cd -: The cd - the command allows you to go back to the last working directory you were in. mkdir directoryName: The mkdir the...
Cron is one of Linux’s most useful tools and a developer favorite because it allows you to run automated commands at specific periods, dates, and...