Soal Linux

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Okta1024
O
Okta1024
Community Contributor
Quizzes Created: 5 | Total Attempts: 6,251
| Attempts: 1,628 | Pertanyaan: 50
Please wait...

Question 1 / 50
0 %
0/100
Score 0/100
1. Perintah reboot digunakan untuk.....

Explanation

The correct answer is "me-restart komputer". The command "reboot" is used to restart the computer.

Submit
Please wait...
About This Quiz
Soal Linux - Quiz

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Sistem operasi Linux merupakan turunan dari……

Explanation

Linux is derived from Unix. Unix is an operating system that was developed in the 1970s and is known for its stability, security, and scalability. Linux was created as a Unix-like operating system by Linus Torvalds in the early 1990s. It shares many similarities with Unix, including its command-line interface and file system structure. Linux is often referred to as a "Unix-like" operating system because it follows many of the same principles and design philosophies as Unix.

Submit
3. Linus menggunakan Logo ….sebagai simbol yang mewakili linux supaya pemakainya menjadi demam alias tergila-tergila untuk menggunakan dan mengotak-atik linux.

Explanation

Linus menggunakan penguin sebagai simbol yang mewakili Linux karena ia menganggap penguin sebagai hewan yang cerdas, kuat, dan memiliki kemampuan beradaptasi yang baik, seperti halnya sistem operasi Linux. Selain itu, penguin juga dianggap sebagai hewan yang ramah dan menyenangkan, sehingga dapat menarik minat dan antusiasme pengguna untuk menggunakan dan mengotak-atik Linux.

Submit
4. Yang bukan merupakan bahasa pemrograman dari linux adalah ……..

Explanation

The correct answer is "Bahasa Indonesia" because it is not a programming language. The other options, Basic, PHP, and C++, are all programming languages that can be used in Linux.

Submit
5. Kemampuan sistem operasi untuk menjalankan berbagai perintah dalam waktu bersamaan disebut...

Explanation

Multitasking refers to the ability of an operating system to execute multiple tasks or processes simultaneously. It allows the system to switch between different tasks quickly, giving the illusion of parallel execution. This allows users to run multiple programs or perform multiple operations at the same time, enhancing productivity and efficiency. Pipelining refers to a technique used in computer architecture to increase instruction throughput, while threading refers to the ability of a program to perform multiple tasks concurrently within a single process. Multi-user refers to the capability of an operating system to support multiple users accessing the system simultaneously.

Submit
6. Salah satu kelebihan Linux yaitu freeware yang maksudnya…

Explanation

One of the advantages of Linux is that it can be used freely and for free. This means that users do not have to pay any fees or royalties to use the Linux operating system. This makes Linux an attractive option for individuals and organizations who want to save on software costs. Additionally, the freedom to use Linux without any restrictions allows users to customize and modify the operating system according to their needs.

Submit
7. Perintah dasar linux yang digunakan untuk membuat direktori baru adalah….

Explanation

The correct answer is "mkdir". This command is used in Linux to create a new directory. It stands for "make directory". The other options listed, such as "rm", "ls", and "rd", are not used for creating directories. "rm" is used to remove files or directories, "ls" is used to list the contents of a directory, and "rd" is not a valid command in Linux.

Submit
8. Sistem operasi Linux menyediakan dua pihak yaitu

Explanation

The correct answer is "Mode Grafik dan Mode Text". The explanation is that the Linux operating system provides two interfaces, namely graphical mode and text mode. In graphical mode, users can interact with the system using a graphical user interface (GUI) that includes windows, icons, and menus. In text mode, users interact with the system through a command line interface (CLI) where they can type commands and view text-based output. Having both modes allows users to choose the interface that best suits their needs and preferences.

Submit
9. Tanda bahwa shell prompt masuk sebagai root adalah...

Explanation

The correct answer is "#". In a shell prompt, the "#" symbol typically indicates that the user is logged in as the root user. The root user has the highest level of access and privileges on a Unix-like operating system. This symbol is often used to signify that the user has administrative rights and can perform tasks that regular users cannot.

Submit
10. Sistem operasi Linux menyediakan dua pihak yaitu ...

Explanation

The correct answer is Mode Grafik dan Mode Text. The Linux operating system provides two interfaces, namely graphical mode and text mode. In graphical mode, users interact with the system through a graphical user interface (GUI), which includes windows, icons, and menus. In text mode, users interact with the system through a command-line interface (CLI), where they enter commands to perform tasks. Both modes are available in Linux to cater to different user preferences and requirements.

Submit
11. Dibawah ini yang termasuk distribusi LINUX, kecuali……

Explanation

The given options are all distributions of Linux operating system except for Corel. Corel is a software company that is known for its graphics and productivity software, but it does not develop or distribute a Linux operating system.

Submit
12. Dibawah ini merupakan sifat dari System Operasi Linux,adalah… .

Explanation

The correct answer is "Multi user, multi tasking, multi plat form." This is because Linux is a multi-user operating system, meaning that multiple users can access and use the system simultaneously. It also supports multitasking, allowing multiple processes or tasks to run concurrently. Additionally, Linux is a multi-platform operating system, meaning that it can run on various hardware architectures and platforms.

Submit
13. Dalam melakukan upaya pencegahan agar perangkat lunak dapat terlindungi hak ciptanya dari pembajakan, maka perusahaan pembuat perangkat lunak melengkapi produknya dengan kode tertentu yang biasa disebut ….

Explanation

In order to protect software from piracy, software companies often include a unique code called a serial number. This serial number is used to verify the authenticity of the software and prevent unauthorized copying or distribution.

Submit
14. Perintah untuk merubah user ID (owner. sebuah file atau direktori adalah......

Explanation

The correct answer is "chown". The command "chown" is used to change the owner of a file or directory in a Unix-like operating system. By using this command, the user can modify the user ID (owner) of a specific file or directory according to their requirements.

Submit
15. Bagaimana cara mematikan komputer dengan sistem operasi Linux?

Explanation

To turn off a computer with a Linux operating system, you can type "shutdown -h now" in the terminal. This command initiates a shutdown process, halting all running processes and powering off the system. It is a quick and efficient way to shut down the computer.

Submit
16. Perintah untuk menemukan dimana letak sebuah file dalam linux adalah....

Explanation

The correct answer is "find." The "find" command in Linux is used to locate files and directories based on various search criteria. It allows users to search for files by name, size, type, and other attributes. By using the "find" command, users can easily locate the exact location of a file within the Linux file system.

Submit
17. Perintah ini digunakan untuk merubah kepemilikan kelompok file atau direktori yaitu......

Explanation

The correct answer is "chgrp". The command "chgrp" is used to change the group ownership of a file or directory. It allows the user to assign a different group to a file or directory, which can be useful for managing permissions and access control in a multi-user environment.

Submit
18. Distro non komersial yang dihasilkan oleh para sukarelawan dari seluruh dunia yang saling bekerjasama melalui Internet adalah.....

Explanation

Debian/GNU Linux is a non-commercial distribution that is developed by volunteers from around the world who collaborate through the internet. This distribution is known for its commitment to free software and its community-driven development process. It is widely used and respected for its stability, security, and extensive package management system.

Submit
19. Digunakan untuk memberi nama lain dari sebuah perintah di Linux adalah.....

Explanation

Alias digunakan untuk memberi nama lain dari sebuah perintah di Linux. Dengan menggunakan alias, pengguna dapat membuat singkatan atau nama lain yang lebih mudah diingat atau diketik untuk perintah yang sering digunakan. Misalnya, pengguna dapat membuat alias "ll" untuk perintah "ls -l" sehingga pengguna hanya perlu mengetik "ll" untuk melihat daftar file dengan rincian.

Submit
20. Untuk menampilkan isi suatu direktori di OS Linux digunakan perintah.....

Explanation

The correct answer is "ls". In Linux, the "ls" command is used to list the contents of a directory. It displays the names of files and directories within the specified directory. This command is commonly used to navigate and explore the file system in Linux.

Submit
21. Saat kita sedang mempartisi harddisk ,pastikankita memilih yang benar. Jika kita   memilih forwat apa yang akan terjadi  ?

Explanation

Jika kita memilih format saat mempartisi harddisk, data akan hilang dan tidak bisa kembali lagi. Format menghapus semua data yang ada di harddisk dan menggantinya dengan sistem file yang baru. Oleh karena itu, sangat penting untuk melakukan backup data sebelum memformat harddisk.

Submit
22. Contoh perintah chgrp yang benar adalah.....

Explanation

The correct answer is "# chgrp". This is because the command "chgrp" is used to change the group ownership of a file or directory in Linux. The correct syntax for using this command is "chgrp [group] [file/directory]". In the given options, only "# chgrp" is a valid command as it does not have any additional arguments or parameters.

Submit
23. Salah satu kelebihan dari LINUX adalah dualboot yaitu…

Explanation

One of the advantages of LINUX is that it can be run alongside other operating systems. This means that LINUX can be installed on a computer that already has another operating system, such as Windows, and both operating systems can be used simultaneously. This allows users to take advantage of the benefits of both operating systems and switch between them as needed.

Submit
24. Perintah yang digunakan untuk mematikan sistem operasi adalah.....

Explanation

The correct answer is "halt". The command "halt" is used to shut down or power off the operating system. It is often used when the system needs to be turned off completely and all processes should be terminated. This command ensures a safe and proper shutdown of the system, allowing users to power off their computers without causing any damage to the hardware or data.

Submit
25. Yang bukan distribusi Linux dibawah ini adalah...

Explanation

The correct answer is ShareWare. ShareWare is not a distribution of Linux. SuSe, Fedora, and Mandrake are all examples of Linux distributions. ShareWare, on the other hand, is a type of software licensing model where users are allowed to try the software for free before purchasing it.

Submit
26. Perintah untuk memunculkan online help adalah.....

Explanation

The correct answer is "help" because it is the command used to display the online help. By typing "help" in the command line, the user can access a list of available commands and their descriptions, providing guidance and assistance in using the system or application.

Submit
27. File system yang digunakan linux yaitu…..

Explanation

The correct answer is "Extended." In Linux, the file system used is typically Extended File System (ext). This file system was designed specifically for Linux and offers features such as journaling, which helps to prevent data loss in the event of a system crash. NTFS, FAT16, and FAT32 are file systems commonly used in Windows operating systems.

Submit
28. Berikut ini adalah bagian dari kernel LINUX…

Explanation

The given answer, "hardware device driver," is the correct answer because it is a part of the Linux kernel. A hardware device driver is a software component that allows the operating system to communicate with and control hardware devices. In the context of the Linux kernel, hardware device drivers are essential for enabling the proper functioning of various hardware components such as graphics cards, network adapters, and storage devices. These drivers provide the necessary instructions and interfaces for the kernel to interact with the hardware, ensuring seamless operation and compatibility.

Submit
29. Salah satu distro turunan dari Red Hat Linux yang menyediakan banyak pengembangan dan aplikasi 'pre-configured' dan didukung banyak bahasa di seluruh dunia adalah.....

Explanation

Linux-Mandrake is a derivative of Red Hat Linux that offers a wide range of pre-configured development tools and applications. It is also known for its multilingual support, making it accessible to users from different parts of the world. Linux-Mandrake is a popular choice among developers and users who prefer a user-friendly and feature-rich Linux distribution.

Submit
30. Berikut ini kelebihan LINUX dibanding SO yang lain, kecuali…

Explanation

The correct answer is "Dualchannel". Dualchannel is not a benefit or advantage of Linux compared to other operating systems. Dualchannel refers to a memory configuration in computer systems, where two memory modules are used simultaneously to increase memory bandwidth. This is not specific to Linux and can be implemented on any operating system. The other options mentioned, such as being immune to viruses and being open source, are indeed advantages of Linux over other operating systems.

Submit
31. Siapakah yang pertama kali menciptakan sistem operasi LINUX?

Explanation

Linus Torvalds is the correct answer because he is the person who first created the Linux operating system.

Submit
32. [user@localhost data]$ pwd adalah contoh perintah untuk.....

Explanation

The correct answer is "mengetahui di direktori mana sekarang berada." The command "pwd" stands for "print working directory" and is used to display the current directory that the user is in.

Submit
33. Linux dikembangkan pertama kali untuk PC berbasis….

Explanation

Linux was initially developed for PC based on 386/486 processors. The 386/486 processors were popular during the late 1980s and early 1990s, and Linux was designed to be compatible with these processors. This choice allowed Linux to be accessible to a wider range of users who had PCs with these processors. The development of Linux for 386/486 processors laid the foundation for its widespread adoption and popularity in the PC market.

Submit
34. Perhatikan beberapa sifat – sifat system operasi dibawah ini :i.    Freewareii.    Mutitaskingiii.    Berbasis GUIiv.    Open sourcev.    Mempunyai banyak support hardwareDari beberapa pernyataan diatas yang merupakan sifat yang terdapat pada LINUX adalah….

Explanation

The correct answer is I, IV, II. This means that the characteristics of Linux include being freeware, open source, and supporting multitasking. Freeware means that the software is available for free, open source means that the source code is available for modification and customization, and multitasking means that the operating system can run multiple tasks simultaneously.

Submit
35. Contoh perintah digunakan untuk menghapus file atau direktori adalah.....

Explanation

The correct answer is "rm". The "rm" command is used to remove or delete files or directories in a Unix or Linux operating system. It stands for "remove". This command can be used with various options to delete files and directories recursively, force deletion, or prompt for confirmation before deleting.

Submit
36. Salah satu kelebihan dari LINUX adalah multiprocessor yaitu…

Explanation

LINUX memiliki kelebihan multiprocessor karena dapat dijalankan dengan menggunakan dua CPU atau lebih dalam sebuah sistem komputer. Hal ini memungkinkan LINUX untuk melakukan tugas secara bersamaan dan meningkatkan kinerja sistem secara keseluruhan. Dengan menggunakan multiple CPU, LINUX dapat membagi beban kerja dan memproses tugas-tugas secara efisien, sehingga meningkatkan kecepatan dan responsivitas sistem.

Submit
37. Jenis Linux yang digunakan di Gunadarma adalah.....

Explanation

The correct answer is "kuliax" because it is mentioned in the question that Gunadarma uses a specific type of Linux. Therefore, "kuliax" is the Linux distribution used by Gunadarma.

Submit
38. Pada system Operasi DOS, ada dua macam perintah(command) yaitu….

Explanation

In the DOS operating system, there are two types of commands: internal commands and external commands. Internal commands are built-in commands that are stored within the operating system itself. They are always available and do not require any additional files or programs to be executed. Examples of internal commands include DIR, CD, and COPY. On the other hand, external commands are separate executable files that are stored outside the operating system. They need to be loaded into memory before they can be executed. Examples of external commands include FORMAT, CHKDSK, and EDIT.

Submit
39. Yang bukan merupakan varian sistem operasi jaringan berbasis GUI yang menggunakan basis Linux adalah..

Explanation

Caldera is not a variant of a GUI-based network operating system using a Linux base. Red Hat, Mandrake, and Debian are all examples of Linux-based network operating systems that use a GUI interface.

Submit
40. Dibawah ini yang termasuk sistem operasi berbasis TEKS saja adalah…

Explanation

The correct answer is Unix. Unix is a text-based operating system that was developed in the 1970s. It is known for its stability, security, and flexibility. Unlike graphical user interface (GUI) based operating systems like Windows XP and Macintosh, Unix operates primarily through command line interface (CLI) where users interact with the system by typing commands. Linux, which is also included in the options, is a Unix-like operating system that is open-source and based on the Unix kernel.

Submit
41. Contoh perintah find yang betul adalah.....

Explanation

The correct answer is "$ find . -name *.doc -print". This command is used to search for files in the current directory and its subdirectories with a ".doc" extension and print their names. The dot (.) represents the current directory, -name specifies the pattern to search for, "*.doc" is the pattern to match files with a ".doc" extension, and -print is used to display the names of the matching files.

Submit
42. Perintah dasar linux yang digunakan untuk menghapus direktori adalah….

Explanation

The correct answer for this question is "rmdir". The "rmdir" command is a basic Linux command used for removing or deleting directories. It is specifically designed to remove empty directories. If the directory is not empty, the command will not work and an error message will be displayed.

Submit
43. Perintah menampilkan isi dari sebuah file Linux di layar adalah......

Explanation

The correct answer is "cat". The "cat" command in Linux is used to display the contents of a file on the screen. It is short for "concatenate" and can be used to view the contents of multiple files as well.

Submit
44. Jenis Linux pertama yang menyertakan bahasa Indonesia dan pilihan bahasa yang digunakan dalam sistem Operasi Linux adalah.....

Explanation

The first Linux distribution to include Indonesian language and language options in the Linux operating system is SuSe.

Submit
45. Kemampuan sistem operasi untuk menyediakan fasilitas sehingga instruksi yang kompleks dapat    dikerjakan dalam tingkatan tertentu disebut….

Explanation

The correct answer is "Coordinator" because the question is asking about the ability of an operating system to provide facilities for executing complex instructions in a certain order or level. A coordinator is responsible for managing and organizing tasks and resources, which aligns with the concept of coordinating the execution of complex instructions in an operating system.

Submit
46. Sistem operasi yang hanya dapat melayani seorang user pada saat yang bersamaan disebut….

Explanation

The correct answer is "single user". A single user operating system is designed to serve only one user at a time. This means that the system can handle tasks and operations for only one user, and cannot support multiple users simultaneously. This type of operating system is commonly found on personal computers or devices that are meant to be used by a single individual at a time.

Submit
47. $ alias dir=ls adalah perintah untuk.....

Explanation

The correct answer is "memberi nama lain dari sebuah perintah." The command "alias dir=ls" is used to create a new name (alias) for the command "ls." So, whenever we use the command "dir," it will execute the same functionality as the "ls" command, displaying the contents of a directory.

Submit
48. Salah satu distro Linux yang merupakan distribusi yang pernah merajai dunia Linux yaitu ...

Explanation

Slackware is one of the Linux distributions that used to dominate the Linux world. It was one of the earliest Linux distributions and gained popularity for its simplicity and stability. Slackware is known for its adherence to Unix-like principles and its focus on simplicity and minimalism. It has a loyal user base and is often favored by experienced Linux users who prefer a more hands-on and customizable approach to their operating system.

Submit
49. Berdasar pengguna yang dapat dilayani, OS dapat dibedakan menjadi dua yaitu….

Explanation

The correct answer is "jumlah user & jumlah instruksi" (number of users & number of instructions). This answer suggests that operating systems can be distinguished based on the number of users they can serve and the number of instructions they can handle. This means that different operating systems may have different capabilities in terms of accommodating multiple users and processing a certain number of instructions simultaneously.

Submit
50. Sistem operasi yang hanya dapat melayani seorang user pada saat yang bersamaan     adalah……

Explanation

A multi-user operating system is capable of serving multiple users simultaneously. This means that multiple users can access and use the system's resources at the same time. In contrast, a single-user operating system only allows one user to use the system at a time. Mono-tasking refers to an operating system that can only execute one task at a time, while multi-tasking refers to an operating system that can execute multiple tasks simultaneously. Therefore, the correct answer is multi-user.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 29, 2017
    Quiz Created by
    Okta1024
Cancel
  • All
    All (50)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Perintah reboot digunakan untuk.....
Sistem operasi Linux merupakan turunan dari……
Linus menggunakan Logo ….sebagai simbol yang mewakili linux...
Yang bukan merupakan bahasa pemrograman dari linux adalah...
Kemampuan sistem operasi untuk menjalankan berbagai perintah dalam...
Salah satu kelebihan Linux yaitu freeware yang maksudnya…
Perintah dasar linux yang digunakan untuk membuat direktori baru...
Sistem operasi Linux menyediakan dua pihak yaitu
Tanda bahwa shell prompt masuk sebagai root adalah...
Sistem operasi Linux menyediakan dua pihak yaitu ...
Dibawah ini yang termasuk distribusi LINUX, kecuali……
Dibawah ini merupakan sifat dari System Operasi Linux,adalah… .
Dalam melakukan upaya pencegahan agar perangkat lunak dapat...
Perintah untuk merubah user ID (owner. sebuah file atau direktori...
Bagaimana cara mematikan komputer dengan sistem operasi Linux?
Perintah untuk menemukan dimana letak sebuah file dalam linux...
Perintah ini digunakan untuk merubah kepemilikan kelompok file atau...
Distro non komersial yang dihasilkan oleh para sukarelawan dari...
Digunakan untuk memberi nama lain dari sebuah perintah di Linux...
Untuk menampilkan isi suatu direktori di OS Linux digunakan...
Saat kita sedang mempartisi harddisk ,pastikankita memilih yang benar....
Contoh perintah chgrp yang benar adalah.....
Salah satu kelebihan dari LINUX adalah dualboot yaitu…
Perintah yang digunakan untuk mematikan sistem operasi adalah.....
Yang bukan distribusi Linux dibawah ini adalah...
Perintah untuk memunculkan online help adalah.....
File system yang digunakan linux yaitu…..
Berikut ini adalah bagian dari kernel LINUX…
Salah satu distro turunan dari Red Hat Linux yang menyediakan banyak...
Berikut ini kelebihan LINUX dibanding SO yang lain, kecuali…
Siapakah yang pertama kali menciptakan sistem operasi LINUX?
[user@localhost data]$ pwd adalah contoh perintah untuk.....
Linux dikembangkan pertama kali untuk PC berbasis….
Perhatikan beberapa sifat – sifat system operasi dibawah ini...
Contoh perintah digunakan untuk menghapus file atau direktori...
Salah satu kelebihan dari LINUX adalah multiprocessor yaitu…
Jenis Linux yang digunakan di Gunadarma adalah.....
Pada system Operasi DOS, ada dua macam perintah(command)...
Yang bukan merupakan varian sistem operasi jaringan berbasis GUI yang...
Dibawah ini yang termasuk sistem operasi berbasis TEKS saja...
Contoh perintah find yang betul adalah.....
Perintah dasar linux yang digunakan untuk menghapus direktori...
Perintah menampilkan isi dari sebuah file Linux di layar adalah......
Jenis Linux pertama yang menyertakan bahasa Indonesia dan pilihan...
Kemampuan sistem operasi untuk menyediakan fasilitas sehingga...
Sistem operasi yang hanya dapat melayani seorang user pada saat yang...
$ alias dir=ls adalah perintah untuk.....
Salah satu distro Linux yang merupakan distribusi yang pernah merajai...
Berdasar pengguna yang dapat dilayani, OS dapat dibedakan menjadi dua...
Sistem operasi yang hanya dapat melayani seorang user pada saat yang...
Alert!

Advertisement