#90daysofdevops
Read more stories on Hashnode
Articles with this tag
SETUP Configuring user information used across all local repositories git config --global user.name “[firstname lastname]”:set a name that is...
What is Shell? A shell is a program that provides the traditional, text-only user interface for Linux and other Unix-like operating systems. Its...
To view what's written in a file. cat <filename> To change the access permissions of files. chmode 777 <filename> To check which commands you have run...
Day #2 Check your present working directory. pwd List all the files or directories including hidden files. ls Create a nested directory A/B/C/D/E...