Linux Fundamentals Day 2 - Intern Batch 7

Linux Fundamentals Day 2 - Intern Batch 7

Professional Development

22 Qs

quiz-placeholder

Similar activities

BCS Systems & Architecture Quiz 1

BCS Systems & Architecture Quiz 1

University - Professional Development

20 Qs

Microsoft Server Admin 98-365 Part 3

Microsoft Server Admin 98-365 Part 3

KG - Professional Development

22 Qs

Durango PD Code Review

Durango PD Code Review

Professional Development

17 Qs

Quiz 1 Peng SIBER_Diklapa 1 Armed

Quiz 1 Peng SIBER_Diklapa 1 Armed

Professional Development

20 Qs

Ict Quiz

Ict Quiz

KG - Professional Development

18 Qs

Procedures (Group and article) - Ginley's team

Procedures (Group and article) - Ginley's team

Professional Development

18 Qs

Separación de diptongos 2

Separación de diptongos 2

Professional Development

20 Qs

Investigation and Procedures - Paola's team

Investigation and Procedures - Paola's team

Professional Development

18 Qs

Linux Fundamentals Day 2 - Intern Batch 7

Linux Fundamentals Day 2 - Intern Batch 7

Assessment

Quiz

Education

Professional Development

Easy

Created by

CloudThat Technologies

Used 3+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The encrypted password of a user is stored in

/etc/shadow

/etc/enpasswwd

/etc/.passwd

/etc/passwd

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The /etc/passwd file doesn’t contain

userid

home directory for a user

login shell name

none of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

User id 0 is

An innvalid user id

The id of the root user

The id of a user when the user’s account is deleted

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following command can be used to change the user password?

user can’t change the password

passwd

pwd

passd

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following symbol(s) can be used to redirect the output to a file or another program?

|

>

>>

All of the Above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can redirect the error message to file named newfile using __________ command.

cat foo errorfile

cat foo >errorfile

cat errorfile>foo

cat foo 2>errorfile

Answer explanation

Redirecting standard error requires the 2> symbol.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command saves one copy of character stream in a file and store the other to standard output?

who

tee

ls

wc

Answer explanation

tee command handles a character stream by duplicating its input.

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?