Quiz I/O Redirection di Linux

Quiz I/O Redirection di Linux

Professional Development

16 Qs

quiz-placeholder

Similar activities

MindSpace Computers C Test-5

MindSpace Computers C Test-5

Professional Development

15 Qs

batch1-nri-quiz-aws-efs

batch1-nri-quiz-aws-efs

Professional Development

15 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

Introduction to Cybersecurity + linux

Introduction to Cybersecurity + linux

Professional Development

16 Qs

Coding & Logic - Lesson 1

Coding & Logic - Lesson 1

Professional Development

15 Qs

Ubuntu Server 22.04 - Podstawowe polecenia

Ubuntu Server 22.04 - Podstawowe polecenia

Professional Development

17 Qs

Quiz 1 Microsoft Word

Quiz 1 Microsoft Word

University - Professional Development

11 Qs

WEEK 5 REVIEW - Operating Tools

WEEK 5 REVIEW - Operating Tools

Professional Development

20 Qs

Quiz I/O Redirection di Linux

Quiz I/O Redirection di Linux

Assessment

Quiz

Computers

Professional Development

Easy

Created by

novra edi

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa yang dimaksud dengan I/O Redirection di Linux/Unix?

Mengalihkan output ke layar

Mengalihkan input dan/atau output dari perintah

Menghentikan proses yang sedang berjalan

Mengubah hak akses file

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operator manakah yang digunakan untuk mengalihkan output standar ke file dan menimpa isinya?

>>

>

|

2>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari operator >> di Linux?

Menulis output standar ke file baru

Menambah output standar ke file yang sudah ada

Mengalihkan kesalahan standar ke file baru

Menyambungkan dua perintah

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operator manakah yang digunakan untuk mengalihkan kesalahan standar (stderr) saja ke file di Linux?

>

2>

>>

&>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari operator pipe (|) dalam I/O redirection?

Mengalihkan output standar ke file

Mengalihkan output standar dari satu perintah sebagai input standar perintah lain

Menulis output standar ke file baru

Menghentikan proses yang sedang berjalan

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jika ingin menjalankan perintah ls dan menyimpan output ke dalam file list.txt tanpa menimpa isinya, perintah mana yang benar?

ls > list.txt

ls >> list.txt

ls 2> list.txt

ls &> list.txt

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah berikut digunakan untuk mengalihkan input standar dari file, kecuali:

cat output.txt 2>&1

ls &> output.txt

ls >> output.txt 2>

ls 2>> output.txt

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?