UDEMY Practice Test #1 Flashcards
Which of the following does raspbian Linux run on?
Raspberry pi
Which of the following is an example of embedded Linux?
Android
Why?
Which of the following programs on a Linux system could you use as a replacement for Microsoft word
Writer
Which of the following is an American non-profit organization devoted to expanding the range of creative works available for others to build upon legally and to share
Creative Commons
What is the generic Name given to the action of protecting shell meta-characters from being treated specially by the shell
Quoting
Which of the following is a valid option for a typical command to get its built-in usage information
–Help
Which option will cause the echo command not to output a trailing newline
- N
Which of the following commands will output a list of all of the file names under your home directory and all sub directories with the file names ending with .PDF
Find ~-name ‘*.pdf’
Which of the following is not a valid role in naming a variable?
Variable names must start with numbers
Which statement is used to get input from the terminal when a shell script is being run
Read
Which command is used to make a shell variable known to subsequently executed programs?
Export
Which option can be used with cat to Display line numbers with the text of a file to the screen
- N
What does hcl mean
Hard ware compatibility list
Which of the following is the correct order of a computers operation
(1) the computer waits for user input (2) the user selects a command and enters it via the keyboard or mouse,(3) the computer executes the command
Which of the following directories is often used to store log files
/Var