Question: 3. Using a text editor such as nano, create an answer file (shell script) called a1.A in ~/a1, containing a single Linux command which will
3. Using a text editor such as nano, create an answer file (shell script) called a1.A in ~/a1, containing a single Linux command which will create two directories shown on the following tree diagram 
LNX255 Assignment 1 Details - Winter 2020 These instructions are only valid for account "ydelanian". 1. Create a directory in your home called al - use the mkdir command for that. 2. Make sure that only you can access the above directory using appropriate permissions (chmod 700 a1). TIP: You can use the following command to check your work after completing each step: --Inx255/a1.check 3. Using a text editor such as nano, create an answer file (shell script) called a1. A in /a1, containing a single Linux command which will create two directories shown on the following tree diagram: - 1.A -- projects backup 2 directories, 1 file Essentially, the above file will contain a single shell command as follows: mkdir -p projects/backup Additional information: YOU MUST USE RELATIVE PATHNAMES and the commands must create the directories the next moking directo Depot . co Start your search ote #
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
