Question: need some help will thumbs up Question 2 What does the following command do? mkdir -p ece429/myFiles && cd ece429/myFiles o It creates a directory


need some help will thumbs up
Question 2 What does the following command do? mkdir -p ece429/myFiles && cd ece429/myFiles o It creates a directory named myFiles It creates two directories named ece429 and myFiles. After that, it moves into the myFiles directory It creates two directories named ece429 and myFiles. After that, it moves into the ece429 directory Commands fails if my ece429 directory does not exist Question 3 What command would you use to install the "traceroute" application in your Linux machine? find traceroute wget traceroute which traceroute sudo apt-get install traceroute Question 8 1 pts Which of the following Linux commands can you use to make the following script executable? Assume the script file is in your current directory. -rw-rw-r-- 1 ece429 ece429 33 Aug 24 15:01 myScript.py sudo chmod a+x myScript.py sudo chmod 777 myScript.py sudo chmod 570 myScript.py sudo chmod 240 myScript.py Question 9 1 pts Linux commands to open the contents of any file. cat Is gedit nano
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
