Linux Commands

Linux Commands

University

15 Qs

quiz-placeholder

Similar activities

Linux File Permissions Quiz

Linux File Permissions Quiz

University

20 Qs

linux commands

linux commands

University

20 Qs

QUIZ SISTEM OPERASI

QUIZ SISTEM OPERASI

University

20 Qs

Linux Lab Assessment 1

Linux Lab Assessment 1

University

18 Qs

Introduction to Django Framework Quiz

Introduction to Django Framework Quiz

University

15 Qs

ASJ

ASJ

12th Grade - University

20 Qs

LINUX 4TH MODULE QUIZ

LINUX 4TH MODULE QUIZ

University

10 Qs

Comandos de linux

Comandos de linux

University

20 Qs

Linux Commands

Linux Commands

Assessment

Quiz

Computers

University

Medium

Created by

Arikumar K S

Used 8+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

chmod 744 
The first number stands for the user who is associated with the file
The second number is for the group associated with the file
The third number is associated with everyone else who is not a part of the user or group
All of these

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which command shows all the files, including hidden files?
Is -a
Is -l
Is -all
Is -h

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Arrange the commands in the following order: Switch to root, Add user, Remove user, Create a new group.
sudo deluser [user] -> sudo adduser [user] -> sudo groupadd [group] -> sudo su
sudo su -> sudo deluser [user] -> sudo adduser [user] -> sudo groupadd [group]
sudo su -> sudo adduser [user] -> sudo deluser [user] -> sudo groupadd [group]
sudo groupadd -> [group] sudo su -> sudo deluser [user] -> sudo adduser [user]

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the command to change file permissions in Linux?
chown
chmod
cmod
cp

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you add execute permission for owner and group in a file?

chmod 110 filename

chmod 767 filename

chmod 700 filename

chmod 666 filename

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the permission code for read and execute permission for owner, read permission for group, and no permission for others?
757
777
720
750

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the permission code for read, write, and execute permission for owner, no permission for group, and no permission for others?
666
777
700
600

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?