LS Details Flashcards
1
Q
-rw (read and write)
A
Permissions flag for reading and writing
2
Q
1
A
Number of links
3
Q
Hidden files
A
Files that start with a .
4
Q
-a
A
Shows hidden files/folders
5
Q
-F
A
Appends a character to elements of a list to tell you what kind of file it is
/ = directory
@ = link
* = Executable
6
Q
Symbolic link
A
A file type that points to an actual file or directory (basically a shortcut)
7
Q
-t
A
Lists in order of creation time
8
Q
-r
A
Reverse chronological order
9
Q
-latr
A
-l in reverse order
10
Q
-R
A
Lists all files folders and all their sub folders and file
11
Q
tree -d
A
Lists directories only
12
Q
tree -C
A
Colorize the output
13
Q
is -d
A
Directory name, not contents
14
Q
ls directory name
A
Contents of directory
15
Q
ls —color
A
Colorized output