Which of the following commands lists file attributes?
a. ls
b. ls -la
c. ls -l
d. ls -al
c. ls -l
Explanation: ls lists the basic files in the directory; ls -l lists file attributes; and ls -la or ls -al enables you to see hidden files in addition to the file attributes.
Computer Science & Information Technology
You might also like to view...
Which statement is false?
a. Queue is a new collection interface introduced in J2SE 5.0. b. Queue and PriorityQueue are included in the java.util package. c. PriorityQueue orders elements in increasing order, so that smallest value will be the first element removed from PriorityQueue. d. Queue extends interface Collection.
Computer Science & Information Technology
When you save an existing file, the ____ dialog box does not open.
A. New B. Exit C. Save As D. Save
Computer Science & Information Technology