650) this.width=650; "Src=" https://mmbiz.qlogo.cn/mmbiz/ Iahl5mqlicpyodibgktkazwfm4de0hlialaygquhpdlusxe0yaibtlkcuzezwqfluluhophfq1swfcphsgkdwpprpjw/0?wx_fmt=jpeg " Style= "Height:auto;" alt= "0?wx_fmt=jpeg"/>
Content Introduction
1 , Part two test questions
2, the third part of the first lesson preview: Data processing, leisurely
Part Two test questions
Ctrl+alt+f1 The functions of these three key combinations are:
A. Restart your computer
B. Restart x Server
C. Open a non-GUI terminal, full screen
D. Open the terminal of a graphical interface, with Windows
What does the $ in the command line prompt mean?
A. You are connected to a network
B. You're not paying for your Linux system.
C. You are logged in as a normal user (non-root)
How do I find commands that have been used in a terminal?
A. Ctrl + R
B. Ctrl + A
C. Ctrl +?
How do I list all the files in a directory?
A. ls
B. pwd
C. cd
If my user name is Oscar, I enter CD ~ in the terminal, then which directory will I navigate to?
A./oscar
B./~
C./home/oscar
D. Display error, because there is no ~ directory
What does the RM command do?
A. Copying files
B. Deleting a file
C. Upload the file to the network
D. Put the file into the Recycle Bin
Which of the following commands can display the first few lines of a file?
A. Head
B. Tail
C. Top
What is the command prefix that does not require login (toggle) to run the command as root, which can be root?
A. sudo
B. Beroot
C. Now
D. Impossible
I forgot how to use the mkdir command, what should I do?
A. In the Linux forum shouted, "Come on, do me a favor."
B. Man mkdir
C. Help mkdir
Which of the following commands cannot be used to find files?
A. Locate
B. Help
C. Find
Answer
C
C
A
A
C
B
A
A
B
B
Part Three first lesson preview
Today's class will come here, together refueling it!
Next lesson we study: data processing, leisurely
This article is from the "Programmer Alliance Frogoscar" blog, so be sure to keep this source http://4526621.blog.51cto.com/4516621/1691260
The second part of the "Linux Discovery Tour" quiz