Posts

Showing posts from March, 2020

Linux Command Line for Beginners - Part A

Yesterday, was a holiday in India in regards to UGADI (Telugu New Year). A prosperous day to start doing good things in life. I thought of refreshing my knowledge on Linux Commands, as the project I work on runs on Linux. There is no immediate need to learn, as I am aware of concepts which I use at work. New Learning: I have installed Ubuntu on Windows 10 with the help of below article. https://docs.microsoft.com/en-us/windows/wsl/install-win10 Below are commands I have learnt. man cat Linux Manual for cat pwd Present current working directory ls List contents of current directory ls -a List all contents including hidden files and folders in current directory ls -al List all contents including hidden files and folders in current directory with Permissions, Date Time, Size of File. cd Change directory cd ~ Move to Home directory cd .. Move to Parent Directory cd . Move to Current Directory cd / Move to Root Directory ls -l