DEV Community

Kevin John Mulligan
Kevin John Mulligan

Posted on

Unix commands ⌨️

Navigation

cd - change directory
ls - list contents of directory

Make a file executable for users, group, owner:

sudo chmod ugo=x file.txt

Display contents of a file

cat file.txt

Top comments (0)