Solved

When Using CentOS 7, What Is the Correct Syntax to Redirect

Question 50

Multiple Choice

When using CentOS 7, what is the correct syntax to redirect the output of the ls command to a file named myReport?


A) ls -l *.* > myReport
B) ls /l *.* < myReport
C) ls -l < myReport
D) ls -l myReport

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions