Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password

Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

Question

Absolute pathname
click to flip
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't know

Question

Home directory
Remaining cards (34)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Linux + Chapter 3

Exploring Linux Filesystems

QuestionAnswer
Absolute pathname The full pathname to a certain file or directory, starting from the root directory
Home directory A directory on the file system set aside for users to store personal files and information
~ (metacharacter) a metacharacter used to represent a user's home directory
pwd A Linux command used to display the current directory in the directory tree.
cd change directory. If you do not specify a destination directory, the cd command returns you to your home directory.
Relative pathname The pathname of a target directory relative to your current directory in the tree.
Linked files files that have an association with one another; they can represent the same data or they can point to another file.
Special device files A file used to identify hardware devices such as hard disks and serial ports.
Named pipe files A file used to identify a channel that passes information from one process in memory to another.
Socket file A named pipe connecting processes on two different computers; it can also be represented by a file on the file system.
Filenames The user-friendly identifier given to a file. Can include up to 255 characters, but usually are not longer than 20 characters.
ls The most common method for displaying files. The ls command displays all the files in the current directory in columnar format.
. (period character) Refers to the current working directory.
.. (double-period character) Refers to the parent directory relative to your current location in the directory tree.
ls -a Option to the ls command that lists all file names.
-l Lists file names in long format.
-R Lists file names in the specified directory and all sub-directories.
-r Lists file names reverse sorted.
* Wildcard metacharacter that matches 0 or more characters in a file name.
? Wildcard metacharacter that matches 1 character in a file name.
[aegh] Matches 1 character in a file name as specified within the brackets.
[a-e] Matches 1 character in a file name - provided this character is either an a, b, c, d, or e.
[!a-e] Matches 1 character in a file name - provided this character is not an a, b, c, d, or e.
cat command Stands for concatenation. The joining of text to make one larger whole. In Linux, words and strings of text are joined together to form a displayed file.
tac command Displays a file on the screen, beginning with the last line of the file and ending with the first line of the file.
Head command displays the first 10 lines of a text file.
Tail command Displays the last 10 lines of a text file.
More command A Linux command used to display a text file page-by-page and line-by-line on the terminal screen.
Less command A Linux command used to display a text file page-by-page on the terminal screen; users can then use the cursor keys to navigate the file.
Strings command This command searches for text characters in a binary file and outputs them to the screen.
od command Displays the content of the file in octal format (numeric base 8)
Regular expressions (regexp) Special metacharacters used to match patterns of text within text files; they are commonly used by text tool commands, including grep.
grep command Short for "global regular expression print" is used to display lines in a text file that match a certain common regular expression.
egrep command to display lines of text that match extended regular expressions.
fgrep command Only searches extended expressions and is faster than the grep command.
Created by: 1592245141
 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards