Linux Basic Commands - Part 1
Linux
Linux is an opensource operating system.The kernel of this operating system is written by Linus Torvalds.
Basic Commands:
pwd:
This command returns the present working directory as output.
Syntax:- pwd
Example:
[user1@node1~] $pwd
/users/...
parinithabs.hashnode.dev1 min read