• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/45

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

45 Cards in this Set

  • Front
  • Back
the command-line prompt varies depending on shell
T or F
True
The * wildcard is used to represent zero or more characters.
T or F
True
When deleting files in Linux a confirmation message is displayed as a precaution.
T or F
False
When you move a file to a new location, it remains in the original directory.
T or F
False
The main purpose of a text editor is to create a file that can be used by another program.
T or F
True
You must be in command mode to type text.
T or F
False
Which type of file can be stored on one machine and used by multiple users on other machines?
Shareable
Files in the /boot directory are considered to be_____
files.
Static
Which command is used to switch to other directories.
cd
Which symbol represents the user's home directory?
~(tilde)
Which directory doesn't have a parent directory?
root (/)
Which command is used to list file and subdirectories in the Linux directory structure?
ls (LS)
Which l s command option lists all files including hidden files?
-a
Which command illustrates how to obtain helpful documentation for the l s command?
man ls
Which wildcard character is used to represent only one character?
Question mark (?)
Which is the simplest way to create a file in Linux?
use the touch command
Which command is used to remove empty directories?
rmdir
Before removing a directory containing files. you must run the ________ command to delete the files.
rm
A ___ is a data structure that stores all information (such as file permissions, ownership, and file type) except the actual data and filename.
inode
Which word processor is included with the GNOME desktop environment?
OpenOffice.org Writer
Within KWrite, you can select syntax highlighting from the Tools menu after enabling ____mode.
power user
Which GUI text editor is included with GNOME?
Gedit
Vim is a ____editor meaning it can run in different operating modes.
modular
You type _____ in vim command mode to repeat a search in the opposite direction
N
After you finish entering text in vim insert mode you can press the ____ key to change back to command
ESC
Which vim command allows text to be entered at the cursor?
i
Which vim command replaces a single character and returns to command mode automatically?
r
Which vim command allows you to copy the word the cursor is on?
yw
What does the # symbol indicate in the following command. #yy?
the number of lines you want to yank
To enter vim extended mode, type the _____ symbol.
:
Typing _____ at the extended mode prompt saves the file and exits the vim text editor?
wq
Typing _____ at the extended mode prompt quits vim without saving the files and ignores warnings that changes wont be saved
wq!
A _____ is the way files are stored and organized to simplify access to data.
File System
The ______________ simply indicates where to enter commands.
command line prompt
In Linux a ______________ represents letters and characters used to specify a filename for searches.
wildcard
__________ are files that point to data on the hard drive.
hard link
a _________ is a program used to create and edit plain text files.
text editor
A _____________ is an area of RAM used for temporary storage.
buffer
Describe how to open a terminal window in the KDE and GNOME desktop environment.
KDE- Click K
GNOME- go to systems group directory in app browser
Why is learning the pwd command essential?
displays the directions you are currently working in
When working with pathnames in Linux. explain the difference between using two dots and one dot in path name.
.. = parent
. = current
compare word processors and text editors
text editor is mainly used for creating files that can be used by another program they contain (HTML).
and creating shell script.
Compare a Linux GUI text editor to Windows notepad.
They both have a main window to enter and edit text and are easier to manage than command line.
Describe two ways to start KWrite
command line , or GUI button
describe two ways to start the vim editor
vim enter or
vim filename enter