Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Ubuntu OS... help is greatly needed! Thank you. Create an alias called home that does two things... returns you to your home directory, then

Using Ubuntu OS... help is greatly needed! Thank you.

  • Create an alias called "home" that does two things... returns you to your home directory, then does a long listing of all files found there
  • Create a file called "Output.txt" that contains the output of the "ls /etc" command
  • Using "cat", create a file called "poem.txt" where you enter at least one line of text ("Mary had a little lamb" will do...)
  • Using "cat", pipe the contents of poem.txt into the "wc" command to count the number of words
  • Using "cat" and "grep", display only the lines in /etc/passwd that has contain your user name
  • Display the last 5 lines of the /etc/passwd file

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

Students also viewed these Databases questions