Question
Linux This week, you were in SYST13416/labs/lab2. From there, create a directory for lab3 using relative path. The directory you want, is ~/SYST13416/labs/lab3. What is
Linux
-
This week, you were in SYST13416/labs/lab2. From there, create a directory for lab3 using relative path. The directory you want, is ~/SYST13416/labs/lab3.
What is the command __________________________________________
mkdir ../lab3
-
Within the directories that you built on atlas for prior labs, you created a subdirectory called personal. Make this your pwd. In the personal directory, create a file called secret. In the secret file, using vi, enter your date of birth on one line, your place of birth on the next and your current age. Then, put the name of the name of a singer or actor you really like. DONE
-
What is the one command to move the secret file to your lab3 directory using relative pathname but make it a hidden file? Write the command here. NEED help for this question!
-
Move the file back to personal using absolute directory on atlas. Type the command that worked using ABSOLUTE PATH. Need help!
-
Now, copy the secret file to lab3 using relative to home, but call it secret2. Type the command you used here . NEED Help
-
Delete the file secret in the personal directory using to home directory. What is the command? NEED HElp
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started