Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is done through Putty. I just need the codes or what to put in to complete this assignment. Chapter 2 Assignment: 1. Check your

This is done through Putty. I just need the codes or what to put in to complete this assignment.

Chapter 2 Assignment:

1. Check your terminal environmental setting echo $TERM

If the value of $TERM is not xterm, try changing to xterm

TERM=xterm

2. Send the output of the who command to a file name current. who > current

3. Append the number of users to the file named current. who | wc l >> current

4. Add the operating system to the file named current.

uname >> current

5. Add the operating system version to the file named current.

uname r >> current

6. Add the complete domain name to the file named current.

uname n >> current

7. Add the date and time to the file named current. date +%h %d at %H:%M

8. Use mailx to send the file named current to me:

mailx s Chapter 2 jkim < current (DISREGARD)

11. Use an sftp client such as filezilla access your home directory and download this current file. Attach it to the Black Board link.

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

Pro SQL Server Wait Statistics

Authors: Enrico Van De Laar

1st Edition

1484211391, 9781484211397

More Books

Students also viewed these Databases questions

Question

LO6 Describe how individual pay rates are set.

Answered: 1 week ago