What is the ls option that prints the author of a file?
Answers
Answered by
14
Answer:
We need to use option '–author' along with option '-l' to print the author name of each file.
Answered by
0
To print the author's name of each file, we'll need to use the options 'author' and 'l.'
How to print the author of a file:
- The file's owner is determined by the operating system.
- 'ls' is one of the most basic and widely used command-line utilities in UNIX and UNIX-like operating systems.
- Other Unix or Unix-like versions of the ls command may not support the "author" long option.
- Because the author long option only changes the long-lasting format, it must be used in conjunction with the -l option.
As a result, we'll need to use the options 'author' and 'l.' to print the author's name of each file.
#SPJ2
Similar questions