#linux
Read more stories on Hashnode
Articles with this tag
what is kernel ? The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the...
To view what's written in a file. cat command will list out the file contents, once you execute cat with the filename you want to read. To...
ls - Lists the files and directories in the current directory. pwd - Show present working directory. cd - Changes the current directory. For...