#learning
Read more stories on Hashnode
Articles with this tag
Day-6_AWS_Assignment What is AWS CLI? Give the procedure to install CLI on Windows and Linux Machines. A command-line interface (CLI) is a...
Day-4_AWS_Assignment 1. What are EBS Volumes? EBS stands for Elastic Block Stores. They are persistent volumes that you can attach to the instances....
Advanced Linux Commands List the top 5 used processes running on the system Ans: top | head -12 Get details of all processes running on the...
Assignment List any two methods of creating files on Linux. Ans: By using the touch command. Ex: touch filename By using vi editor. Ex: vi...
Day 1 Assignment Who and when was Linux created? Ans: Linux is an open-source operating system (OS). It was created as a hobby by Linus Torvalds in...