• 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/10

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;

10 Cards in this Set

  • Front
  • Back
Your boss drops by your office in a hurry to ask you to attend a meeting at 10:30 on
Friday morning and you can’t find a pen to make a note as a reminder. What Linux
command can you use to make a quick note to store in a file called Meeting?
cat > Meeting
Before you make the note in Question 1, you decide to determine Friday’s date, so
that you can include it in your note. What Linux command can you use to quickly
determine Friday’s date?
cal
While you are typing a command, you misspell the name of a file you want to
specify with the command. Which of the following command-line key combinations
enables you to go back and fix your error?
Ctrl+b
You haven’t changed your user account password for several months and now decide
to create a new password. Which of the following commands should you use?
passwd
You have forgotten the purpose of the -n option in the cat command. Which of the
following can you enter at the Linux command line to find out what the -n option
does when used with cat?
man cat
Which of the following is the UNIX distribution originally developed through
AT&T Bell Labs?
SystemV
Which shell is used by Linux as the default command interpreter?
Bash shell
You need to type in a line of text to the end of a file called Annual_Report. Which
of the following commands enables you to add the text?
cat >> Annual_Report
SSH can be used to _____________ .
log in remotely to another computer on a network
This is your first day on the job as a Linux server administrator and your boss gives
you the password for root. What is root?
the administrative account that has complete access to a UNIX/Linux system