1
00:00:06,599 --> 00:00:12,149
All right, time for a lab. In this lab
you are going to work with the bash shell. Modify

2
00:00:12,149 --> 00:00:17,699
your environment so that after login all users have
access to the an alias with the name ipconfig that

3
00:00:17,699 --> 00:00:23,250
runs the IP address show command. That should be
a little bit friendly for our friends the Windows users.

4
00:00:23,870 --> 00:00:27,820
A variable with the name color
that is set to the value

5
00:00:27,820 --> 00:00:31,769
red and ensure the alias
is available in subshells as well.
