Question: Execute the following Linux commands. When cd local was executed, the directory was changed to /usr/local. Write the Linux command that will allow the cd
Execute the following Linux commands. When cd local was executed, the directory was changed to /usr/local. Write the Linux command that will allow the cd local command to change the directory to ~/Chap11/local directory when cd local is executed from the ~/Chap11 directory,
cd ~/Chap11
mkdir local
export CDPATH=/usr
cd local
cd
Linux Command:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
