#linux
Read more stories on Hashnode
Articles with this tag
EC2 linux instances are our kingdom, & we as engineers rule over it. If we make a small mistake in ssh_config file of not adding our root user (centos...
Linux is an open source Operating system. Its lightweight (System requirements for running it is less than other OS), provides high performance,...
Shell - It is a Command line Interface that will interpret our commands. It executes each and every command line by line. Since everything in Linux is...
What happens behind the scenes when you execute a command in Linux? Linux uses 3 standards streams for doing things behind the scenes. Stdin...
Terminal - A Tool which opens a window(CLI) for you, it takes input from you(User), as commands, and displays output on the screen. You interact with...