Linux Commands

Linux Commands

University

15 Qs

quiz-placeholder

Similar activities

CSE105

CSE105

University

15 Qs

linux commands

linux commands

University

20 Qs

OSSA - SAMBA

OSSA - SAMBA

University

10 Qs

Kuis Sistem Operasi 2022

Kuis Sistem Operasi 2022

University

17 Qs

OSP201 - Quiz 2

OSP201 - Quiz 2

University

10 Qs

28thOS

28thOS

University

10 Qs

Talent5 - Hỏi đáp

Talent5 - Hỏi đáp

University

15 Qs

Quiz Remote Server dan SSH Part 1

Quiz Remote Server dan SSH Part 1

11th Grade - 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?