#linux
Read more stories on Hashnode
Articles with this tag
what is / in linux ? In Linux, / (forward slash) is the root directory of the file system. All other directories and files are located under the root...
1.Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is start...
What is Kernel? In the context of computer operating systems, a kernel is a central component that manages the system's resources and provides...
To view what's written in a file. In Linux, you can use the "cat" command to view the contents of a file. To use the "cat" command, open a terminal...
Day-2 ยท What is Linux? Linux is a free and open-source operating system that was originally developed by Linus Torvalds in 1991. It is based on the Unix...