Question: You can redirect output from any command to a file using the '>' symbol after your command and then providing a file name, like this:

You can redirect output from any command to a file using the '>' symbol after your command and then providing a file name, like this:

$ whoami > my.user

This would write the name of the current user into a file called 'my.user'. Use this method to list the contents of the file system root and redirect the output to a file in your home directory called 'root.list'

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!