Day 3- Basic Linux Commands
Commands:
View the content of a file (cat):
shellCopy code$ cat file.txt
Change the access permissions of files (chmod):
shellCopy code$ chmod permissions filename
Check the command history (history):
shellCopy code$ history
Remove a direct...
introductiontodevops.hashnode.dev1 min read