Questions
- What is the most widely-used shell for Linux systems?
zsh
bash
korn
-
csh
- What will happen if you create a Linux shell script on a Windows computer with a Windows text editor, such as Notepad or Wordpad?
- The script will run fine on a Linux machine.
- Your Windows machine will just shut down in protest of the fact that you’re using it to create Linux scripts.
- The script won’t run on a Linux machine, because Windows text editors insert an invisible carriage return character at the end of each line.
- Former Microsoft CEO Steve Ballmer will visit you and explain why Linux is a cancer.
- 3. In which section would you find the man pages for administrative commands?
- 1
- 3
- 5
- 6
- 8
- Which of the following statements is true?
- Interpreted programming languages are good for programs that perform heavy-duty math problems.
- Compiled programming languages are generally better than interpreted languages for any large, complex programs.
- Examples of interpreted programming languages include C, C++, and Fortran.
- There’s no difference in performance between interpreted and compiled programming languages.
- True or False: To run administrative commands, it’s best to just log into the root user account.