Linux Basico 7

Linux Basico 7

Professional Development

9 Qs

quiz-placeholder

Similar activities

Comandos consola Ubuntu

Comandos consola Ubuntu

Professional Development

5 Qs

ICT Comp Arch & Sec - Lesson 4 - Software

ICT Comp Arch & Sec - Lesson 4 - Software

Professional Development

11 Qs

Fullstack Intro, Terminal dan Git

Fullstack Intro, Terminal dan Git

Professional Development

10 Qs

3.1-Active Directory Domain Services

3.1-Active Directory Domain Services

Professional Development

13 Qs

RutasAbsolutasFicheros

RutasAbsolutasFicheros

Professional Development

13 Qs

Linux Basics

Linux Basics

Professional Development

10 Qs

Cyber Linux

Cyber Linux

Professional Development

10 Qs

Comandos do Terminal Linux

Comandos do Terminal Linux

4th Grade - Professional Development

10 Qs

Linux Basico 7

Linux Basico 7

Assessment

Quiz

Computers

Professional Development

Hard

Created by

JUAN ALFONZO MARTINEZ AYALA

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What command would you type (as root) to change the ownership of somefile.txt from ralph to tony?

chown ralph:tony somefile.txt

chmod somefile.txt tony

chown somefile.txt tony

chown tony somefile.txt

chmod tony somefile.txt

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

  1. Typing ls -ld wonderjaye reveals a symbolic file mode of drwxr-xr-x. Which of the following are true? (Choose all that apply.)

wonderjaye is a symbolic link

wonderjaye is an executable program.

wonderjaye is a directory.

wonderjaye may be read by all users of the system.

wonderjaye may be written by any member of the file’s group.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following commands can you use to change a file’s group?

groupadd

groupmod

chmod

ls

chown

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A file with permissions of 755 can be read by any user on the computer, assuming all users can read the directory in which it resides.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Only root can use the chmod command.

True

False

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The ____ option causes chown to change ownership on an entire directory tree.

-L

-R

-H

-P

-f

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The three-character symbolic string _______ represents read and execute permission but no write permission.

-wx

--x

r-x

rw-

rwx

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The chmod symbolic representation _______ allows all users execute access to a file without affecting other permissions.

u+x

u-x

g+x

a-x

a+x

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You want to set the sticky bit on an existing directory, subdir, without otherwise altering its permissions. To do so, you would type chmod _____ subdir.

o+t

o+w

a+t

g+t

a+w