Chapter 1 Flashcards

Description

Flashcards for Chapter 1: The Essence of UNIX and Linux
OpieTaylor
Flashcards by OpieTaylor, updated more than 1 year ago
OpieTaylor
Created by OpieTaylor over 9 years ago
705
1

Resource summary

Question Answer
SSH can be used to: Log in remotely to another computer on a network
What Linux command can you use to quickly determine Friday’s date? cal
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
You have been entering lots of commands and now your terminal window is cluttered will all kinds of activity. What command can you use to clear your window of the clutter? clear
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
Which of the following is the UNIX distribution originally developed through AT&T Bell Labs? SystemV
You share a Linux computer with a coworker. What is the best way to exit your UNIX or Linux session when you are done? Use a GUI menu option to log out or enter an appropriate command for the shell you are using, such as exit or logout (if there is no GUI desktop in use).
Which of the following commands enable you to view the contents of a file? less, cat, more
Explain how you can run more than one command on a single command line. Use semi colons to separate commands on a single command line. The shell will run each command in sequence when enter is pressed. Example: cd /home/cim172;ls -la; vi .bashrc Result: 1. Change to the /home/cim172 directory 2. Directory listing of all contents of /home/cim172 in long format 3. open the .bashrc file for edit
Which shell is used by Linux as the default command interpreter? Bash shell
When you enter the who command, what information do you see? the users on the local system
You are working with a new colleague who has entered the man command, but who does not know how to end the man session to return to the regular command prompt. What keystrokes do you show your colleague to end the man session? (Choose all that apply.) q
Which of the following are examples of Linux distributions? Fedora, FreeBSD, HPUX
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
In your document files, you often put the date you created the file and the date you last modified it in the last two lines of the file. What command can you use to look at only the last two lines of the file, called project? tail -n 2 project
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
You enter Cal on the command line to view a calendar but only see an error message. Explain why you got the error message. UNIX is case sensitive. As result the desired command is cal in all lower case characters.
You’re in a hurry and have just executed a command to print the contents of a file, and you decide you want another copy of the printout. What key sequence can you use to repeat the last command, which was used to print the file? Press the up arrow key one time.
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
On which of the following types of computers might you find a UNIX or Linux operating system? A workstation used for scientific research, a desktop PC, a server
You work at a law firm with eight other people. All of the eight computers on the firm’s network use wireless connections to communicate with one another without a server. This is an example of which of the following? a peer-to-peer network
How would you describe the purpose of the more command? The more command is used to display the text (often files) a page at a time.
What is the purpose of Telnet? The text book indicates telnet can be used to remotely connect to the command line interface (i.e. shell) of UNIX computers. However, significant security issues exist with telnet resulting in telnet NOT being useful for remove shell access. Use ssh as an alternative.
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
Your international company is scheduling a meeting among managers in Canada, the United States, Spain, Sweden, and Hong Kong on the basis of Greenwich Mean Time (GMT). What command enables you to display the current time in GMT? date -u
Show full summary Hide full summary

Similar

What were the Cause and Consequences of The Cuban Missile Crisis October 1962
matthewnr73
PRACTICA EL SPEAKING DEL FIRST
Diana GE
Themes in Macbeth
annasc0tt
Geography - Population
Grace Evans
Polymers, alkanes and alkenes
amira-2000
Nervous System
4everlakena
C1:Making Crude Oil Useful (Science-GCSE)
Temi Onas
GCSE REVISION TIMETABLE
megangeorgia03
10 Ways to Improve Your Productivity
Rebecca Tarpey
2PR101 1. test - 5. část
Nikola Truong
CSA IITU Part 1 (235)
Hello World