2.Basic Command of Linux For DevOps (Day-2 & 3)
$ pwd
It stands for "Print Working Directory. It is used to print the current working directory.
pwd
$ ls
It shows the contents of a directory and it will list the contents of the current directory.
ls
$ uname
It is used to print system information...
mahbubur.hashnode.dev4 min read