InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of -l When Listing A Directory? |
|
Answer» -l, which is normally used in LISTING command like ls, is used to show files in a long format, one FILE per line. Long format REFERS to additional INFORMATION that is associated with the file, such as ownership, permissions, data and filesize. -l, which is normally used in listing command like ls, is used to show files in a long format, one file per line. Long format refers to additional information that is associated with the file, such as ownership, permissions, data and filesize. |
|