#linux
Read more stories on Hashnode
Articles with this tag
1. Package Manager A package manager is a tool that allows users to install, remove, upgrade, configure, and manage software packages on an operating...
1. Task 01 Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is the directory name and the...
1. To view what is written in a file : To view the content of a file we can use the "cat command" like this : $ cat <filename> $ cat test.txt 2. To...
We all are very well versed with the "Windows" operating system and most of us use it daily as it is "GUI (Graphical User Interface )" based, that's...