Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

1. Television more Over watching faceing of many problems ?

Answered: 1 week ago

Question

Is there a link between chronic stress and memory function?

Answered: 1 week ago

Question

What is Change Control and how does it operate?

Answered: 1 week ago

Question

How do Data Requirements relate to Functional Requirements?

Answered: 1 week ago