__________________________________________________ ** Before we start the lab, please Install and Launch Linux. ** __________________________________________________ The .bashrc file There are many environment variables we can look at and change. There is a special file, named .bashrc, which is used to store your settings. It is located in the user's home directory. 1. This is a .bashrc file from one of my system : -Symbol # is used to comment a line. -Command "alias" is used to create an alias. -Control statements used using "if" clause. -If you modified your .bashrc file, do remember to source it using the dot operator. - For example, ". .bashrc" __________________________________________________ Dealing with blanks and special characters in filenames The shell treats each item after a blank as another file or parameter. A solution is to use quotes, the backslash, or the Tab key. -I created 3 files with bad names inside folder "bad_names...
Hi, enjoy your time here ^^