#linux
Read more stories on Hashnode
Articles with this tag
Which of the following command is used to zip and .tar.gz file contents? Ans: tar cvzf file.tar.gz [file or directory to be archived] tar: stands...
1. List the top 5 used processes running on the system. Ans: top | head -12 2. Get details of all processes running on the system. Observe what...
1. List any two methods of creating files on Linux. Ans: a. touch b. cat 2. What is the command to create a directory on Linux? Ans: mkdir 3. What...
1. Who and when was Linux created? Ans: Linux was created by Linus Torvalds in 1991. 2. Read about the History of Linux on the Wikipedia link. Give...