Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your assignment is to modify your login so that whenever you login to the server, you receive a random cowsay. As demonstrated in class, the

Your assignment is to modify your login so that whenever you login to the server, you receive a random "cowsay". As demonstrated in class, the easiest way to do this is to pipe the output of "fortune" to the "cowsay" program.

For instance, here are two successive "logins" to the test account:

# su - test ____________________________________ / One-Shot Case Study, n.: \ | | | The scientific equivalent of the | | four-leaf clover, from which it is | | | | concluded all clovers possess four | \ leaves and are sometimes green. / ------------------------------------ \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || [test@localhost ~]$ exit # su - test ____________________________________ / Thank you for observing all safety \ \ precautions. / ------------------------------------ \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || [test@localhost ~]$ 

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