Linux_1

Linux_1

11th Grade

25 Qs

quiz-placeholder

Similar activities

SOAL SUMATIF HARIAN INFORMATIKA

SOAL SUMATIF HARIAN INFORMATIKA

11th Grade

20 Qs

Latihan Soal Administrasi Infrastruktur Jaringan XII TKJ

Latihan Soal Administrasi Infrastruktur Jaringan XII TKJ

10th - 12th Grade

20 Qs

USPBK 1

USPBK 1

11th - 12th Grade

25 Qs

Administrasi Sistem Jaringan (ASJ)

Administrasi Sistem Jaringan (ASJ)

11th Grade

20 Qs

Evaluación inicial ASO-HLC

Evaluación inicial ASO-HLC

8th Grade - University

22 Qs

PTS-ASJ Kelas 11 TJKT-Ganjil

PTS-ASJ Kelas 11 TJKT-Ganjil

11th Grade

20 Qs

Latihan US

Latihan US

1st Grade - University

20 Qs

QUIZ DASAR DASAR PEMROGRAMAN JAVA

QUIZ DASAR DASAR PEMROGRAMAN JAVA

11th Grade - University

20 Qs

Linux_1

Linux_1

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Yasir Nurmaulana

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 4 pts

What is the root directory in Linux?

/var

/

/root

/home

Answer explanation

The root directory in Linux is denoted by '/'. It is the top-level directory in the file system hierarchy where all other directories and files are located.

2.

MULTIPLE CHOICE QUESTION

45 sec • 4 pts

How do you list all files in a directory in Linux?

ls -l

ls -a

ls -r

ls -c

Answer explanation

To list all files in a directory in Linux, you use the command 'ls -a' which displays all files including hidden ones starting with a dot.

3.

MULTIPLE CHOICE QUESTION

45 sec • 4 pts

What command is used to create a new user in Linux?

newuser

usercreate

adduser

useradd

Answer explanation

The correct command to create a new user in Linux is 'useradd'.

4.

MULTIPLE CHOICE QUESTION

45 sec • 4 pts

Explain the purpose of the 'chmod' command in Linux.

The 'chmod' command in Linux is used to change file permissions.

The 'chmod' command in Linux is used to check disk space

The 'chmod' command in Linux is used to install software packages

The 'chmod' command in Linux is used to create new files

Answer explanation

The 'chmod' command in Linux is used to change file permissions.

5.

MULTIPLE CHOICE QUESTION

45 sec • 4 pts

What is the default shell in most Linux distributions?

Ksh

Csh

Bash

Zsh

Answer explanation

In most Linux distributions, the default shell is Bash.

6.

MULTIPLE CHOICE QUESTION

45 sec • 4 pts

How do you check the IP address of a Linux system?

Use the 'ifconfig' command in the terminal.

Look for the IP address on the system's desktop wallpaper.

Use the 'ping' command in the terminal.

Check the IP address in the web browser settings.

Answer explanation

Use the 'ifconfig' command in the terminal to check the IP address of a Linux system.

7.

MULTIPLE CHOICE QUESTION

45 sec • 4 pts

How do you change file permissions in Linux?

Modify file permissions directly in the file properties window.

Use the 'change' command in Linux.

Execute 'chmod' in Windows instead of Linux.

Use the 'chmod' command in Linux.

Answer explanation

To change file permissions in Linux, you should use the 'chmod' command. This command allows you to modify the permissions of a file or directory by specifying the desired permissions using symbolic or octal notation.

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?