More Basic Linux Commands
Day 3 of 90 Days of DevOPS
To view what's written in a file use cat
To change the access permission files use: chmod
To check commands you have run until now use: history
To remove a directory use: rmdir
However, if directory is not empty, we...
andrew77.hashnode.dev1 min read