Intro to Linux Quizzes with 100% Correct Solutions
Intro to Linux Quizzes with 100% Correct Solutions Write a command to PRINT ON THE DEFAULT PRINTER the CONTENTS of all files in your home directory that start with "printme". That command should work from anywhere. Do not include your username in the command. I want the contents of the files, not just a list of names. - Correct Answer️️ -cat ~/printme* | lp or lp ~/printme* or cat ~/printme* ~/.printme* | lp When was Linux created? - Correct Answer️️ -1991 What two people were the primary developers of the UNIX operating system? - Correct Answer️️ -Dennis Ritchie and Kenneth Thompson Where was UNIX developed? - Correct Answer️️ -Bell Labs, NJ When was UNIX developed? - Correct Answer️️ -1969 As we will use the term in this class, what is a process? - Correct Answer️️ -A running program List four components of an Operating System - Correct Answer️️ -A kernel, a command line interface, a GUI, utility programs, libraries and productivity programs. List four common Linux Distributions. - Correct Answer️️ -Arch, Debian, Red Hat, CentOS What are the advantages of working from the command line? - Correct Answer️️ -Fast, low resource requirement, powerful, always available What is meant by the term "kernel"? - Correct Answer️️ -The kernel is the central software of an OS that provides hardware interfaces and memory management, allocates CPU time and enables programs to interact with each other. Write a command to display the current date. - Correct Answer️️ -date Write a command to list the current logged in users. - Correct Answer️️ -The following commands can be used to list the current logged in users: who, w, finger What command do you use to change your password? - Correct Answer️️ -p
Written for
- Institution
- Linux
- Course
- Linux
Document information
- Uploaded on
- May 28, 2024
- Number of pages
- 12
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
intro to linux quizzes with 100 correct solutions
Also available in package deal