Day2: Basics linux command
Day2: 90 days of DevOps -
Check your current working directory.
-> To check the current directory, the command is ‘pwd’.
List all the files and directories including hidden files.
-> To check the current directory, the command is ‘ls -a’’.
C...
himanshu2212.hashnode.dev1 min read