Pertanyaan dan Jawaban Wawancara Paling Populer & Tes Online
Platform edukasi untuk persiapan wawancara, tes online, tutorial, dan latihan langsung

Bangun keterampilan dengan jalur belajar terfokus, tes simulasi, dan konten siap wawancara.

WithoutBook menghadirkan pertanyaan wawancara per subjek, tes latihan online, tutorial, dan panduan perbandingan dalam satu ruang belajar yang responsif.

Prepare Interview

Ubuntu Pertanyaan dan Jawaban Wawancara

Ques 21. What is the purpose of the 'tar' command?

The 'tar' command is used for compressing and archiving files and directories.

Example:

tar -cvzf archive.tar.gz /path/to/directory

Apakah ini membantu? Add Comment View Comments
 

Ques 22. How do you add a user to a group in Ubuntu?

You can add a user to a group with the 'usermod' command. For example: sudo usermod -aG groupName username

Apakah ini membantu? Add Comment View Comments
 

Ques 23. Explain the purpose of the 'journalctl' command.

The 'journalctl' command is used to query and display messages from the journal, managed by 'systemd'.

Example:

journalctl

Apakah ini membantu? Add Comment View Comments
 

Ques 24. How do you find the process ID (PID) of a running process in Ubuntu?

You can use the 'pgrep' or 'ps' command to find the PID of a running process.

Example:

pgrep processName

Apakah ini membantu? Add Comment View Comments
 

Ques 25. What is the purpose of the 'apt-cache' command?

The 'apt-cache' command is used to query and display information about packages in the APT cache.

Example:

apt-cache show packageName

Apakah ini membantu? Add Comment View Comments
 

Most helpful rated by users:

Hak Cipta © 2026, WithoutBook.