Linux Commands Review Week 6

Linux Commands Review Week 6

University

12 Qs

quiz-placeholder

Similar activities

MOAC Word 2016 Lesson 1

MOAC Word 2016 Lesson 1

8th Grade - University

10 Qs

HacktoberFest Quiz Day 2

HacktoberFest Quiz Day 2

University

12 Qs

Structure of Java Program

Structure of Java Program

University

10 Qs

6thApril

6thApril

University

10 Qs

Linux Commands

Linux Commands

University

11 Qs

General Linux

General Linux

University

15 Qs

What is Linux?

What is Linux?

10th Grade - University

11 Qs

CSE105 Quiz 02

CSE105 Quiz 02

University

15 Qs

Linux Commands Review Week 6

Linux Commands Review Week 6

Assessment

Quiz

Computers

University

Medium

Created by

Steven Ellison

Used 9+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command creates a directory structure all the way to the last directory in the hierarchy: ex. /home/tator/Documents/Midterm/Ch1/

mkdir -p

cd -Pa

mkdir -al

chd -A

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command will run a $program as the root user.....if you have been given permissions?

su $program

sudo $program

root $program

whoami $program

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command will allow you to look at the users on a system; regardless of whether or not they are logged on.

w

man users

less /etc/passwd

more /etc/users

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command will show you where you are currently located?

pts

tty

cd

pwd

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What key combination allows you to switch to the virtual consoles on tty1-6?

Ctrl, Shift, Left/Right Arrow

Ctrl, Alt, Up/Down Arrow

Ctrl, Alt, F1 - F6

Alt, 1-6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will NOT let you see the contents of a file?

less

vim

nano

file

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command modifier will output the results to a text file?

>

|

<

;

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?