Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help with Linux code for the following please assist In your home directory, create a directory called target_area Inside target_area, create below directories.
I need help with Linux code for the following
please assist
In your home directory, create a directory called target_area
Inside target_area, create below directories.
feb96 jan95 jan96 jan97 jan98 mar98 memo1 memo10 memo2
Now from target_area
- Execute ls with different options and check the results.
- Go to /usr and list all directory names inside it.
- print your home directory full path
- Go back to home directory
- Execute ls and wc together using one command
- Create a directory steve in memo2 right from where you are
- From memo2 execute rm ???
- ls;who
- From target_area , execute cp memo2 memo2.sv
- copy memo1 in home directory
- delete memo1 from target_area
- move memo1 back from home directory to target_area
- From target_area , execute who > usr.lst
- cat usr.lst
- ls -l >> usr.lst
- wc -l < usr.lst
- whoami > usr.lst
- change permission of usr.lst to read, write and exeucute for owner, group and others. Hint chmod command
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