Chapter 4 Flashcards
Wildcard
symbol or set of symbols that stands in for other characters
180
? wildcard
Stands in for a single character
180
- wildcard
matches any character or set of characters even if there is no character
180
Bracket Values
matches any character combination enclosed in the brackets
180
What does Display All Files omit?
ls files starting with a “.”
181
Long Listing
ls command with the -l parameter. produces a long listing that includes information such as the file’s permission string, owner, group, size, and creation date
182
ls option -F or –classify
appends an indicator code to the end of the filename so that you know what type of file it is
182
ls file type: /
Directory
182
ls file type: *
Executable
182
ls file type: |
Named pipe
182
ls file type: =
Socket
182
ls file type: @
Symbolic link
182
ls option –color
produces a color coded listing that differentiates directories, symbolic links, and others
182
ls option -R or –recursive
causes ls to display directory contents recursively. It displays subdirectories
182
tar
stands for “tape archiver”
archives data to other media
188