Background I was listening in on Linux Bash training and the instructor was using the ll command. I am so one sided with life and not at all familiar with the ll command. ll command Issue ll command Let us invoke the ll command Syntax Sample Output Output - Image Output - Text Explanation … Continue reading Windows:- WSL – Missing aliases ( ll )
~/.profile ( Linux – File – OS )
Windows:- WSL – Where is your home directory (~)
Background Let us identify our home's directory on Microsoft Window's WSL install. On Linux, Home Directory is ~ On Linux, Home directory is ~ Echo Let us use the echo command to confirm that ~ in fact points to the home directory. Syntax Sample Output Image Text Explanation Our home directory is /home/<username>. … Continue reading Windows:- WSL – Where is your home directory (~)
Linux:- Login Scripts – Day 01
Background The good thing about personal computing is that it lends itself to quick and easy customizing. In this post, we will cover how we can use "login scripts" to customize our prompt while in Linux's terminal mode. OSes Microsoft - Win OS In the Microsoft Windows world, one can use autoexec.bat to run scripts … Continue reading Linux:- Login Scripts – Day 01
You must be logged in to post a comment.