wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Linux_2

Total questions: 35

Worksheet time: 18mins

Name
Class
Date
1.

What is the topmost level directory ( / ) on Linux called?

Thư mục cấp cao nhất ( / ) trên Linux được gọi là gì?

a)

home

b)

trunk

c)

root

d)

foot

2.

What single character can be used to refer to the active user's home directory?

Ký tự đơn nào có thể được sử dụng để chỉ thư mục chính của người dùng đang hoạt động?

a)

^

b)

$

c)

~

d)

there is none

3.

What command is used to move between directories at the Linux terminal or console?

Lệnh nào được sử dụng để di chuyển giữa các thư mục trong terminal hoặc console?

a)

mv

b)

cd

c)

pwd

d)

rd

4.

What makes a file or folder hidden on Linux?

Điều gì khiến một tệp hoặc thư mục bị ẩn trên Linux?

a)

the -h attribute

thuộc tính -h

b)

having a period ( . ) at the beginning of its name

thêm ký tự '.' trước tên của nó

c)

the "hidden" command

lệnh hidden

d)

no files or folders can be hidden on Linux

Khum ẩn dc thư mục trong linux

5.

What command can be used to show the absolute path to the directory that you are currently in?

Lệnh nào có thể được sử dụng để hiển thị đường dẫn tuyệt đối đến thư mục hiện tại ?

a)

pcd

b)

ppd

c)

pud

d)

pwd

6.

What command can be used to take you to the active users home directory?

Lệnh để di chuyển về thư mục home của user?

a)

cd

b)

cd -h

c)

cd $user

d)

chd

7.

What command can be used to change back to the previous working directory?

Lệnh nào có thể được sử dụng để thay đổi trở lại thư mục làm việc trước đó?

a)

cd -

b)

cd --ppd

c)

cd $prev

d)

cd -hal

8.

If I am in the /home/tator directory and run the command cp Desktop/file1.txt Desktop/file2.txt I am using what type of path for the files?

Giả sửa bạn đang ở thư mụ /home/tator và chạy câu lệnh cp Desktop/file1.txt Desktop/file2.txt . Vậy bạn đang dùng loại đường dẫn nào cho file?

a)

Parent

b)

Absolute

Tuyệt đối

c)

Relative

Tương đối

d)

Cousin

9.

What command can be used to move to the parent of the current directory?

Lệnh nào có thể được sử dụng để di chuyển đến cha của thư mục hiện tại?

a)

cd .

b)

cd ..

c)

cd ...

d)

upone

10.

What directory contains files related to booting the system.

Thư mục nào chứa các tệp liên quan đến khởi động hệ thống.

a)

/boot

b)

/dev

c)

/proc

d)

/sys

11.

What directory contains mostly plaintext configuration files for the system?

Thư mục nào chứa các tệp cấu hình chủ yếu gốc của hệ thống?

a)

/tmp

b)

/var

c)

/dev

d)

/etc

12.

What directory contains system binaries meant for administrators?

Thư mục nào chứa các tệp nhị phân hệ thống dành cho quản trị viên?

a)

/bin

b)

/var/run

c)

/dev/null

d)

/usr/sbin

13.

Where do removable automount devices get mounted?

Các thiết bị ngoại vi có thể unmount được mount ở đâu?

//vd mount file iso nó sẽ về thư mục nào.

a)

/mnt

b)

/boot

c)

/home

d)

/media

14.

What temporary directory is purged every 30 days?

a)

/tmp

b)

/root/tmp

c)

/usr/tmp

d)

/var/tmp

15.

What directory contains things like logs and databases and is, therefore, often put on its own drive or partition?

Thư mục nào chứa những thứ như nhật ký và cơ sở dữ liệu và do đó thường được đặt trên ổ đĩa hoặc phân vùng riêng của nó?

a)

/proc

b)

/tmp

c)

/var

d)

/usr

16.

How many types of permissions a file has in Linux

Có bao nhiêu loại quyền mà một tệp có trong Linux

//user owner, group, others

a)

2

b)

3

c)

4

d)

5

17.

764 File Permission means?

764 File Permission nghĩa là gì?

a)

Everyone can read,write and execute.

ai cũng có thể đọc ghi thực thi

b)

Everyone can read, group can execute only and the owner can read and write.

Mọi người đều có thể đọc, nhóm chỉ có thể thực thi và chủ sở hữu có thể đọc và ghi.

c)

Everyone can read and execute.

Mọi người đều có thể đọc và thực hiện.

d)

Every one can read, group including owner can write, owner can execute.

Mọi người đều có thể đọc, nhóm bao gồm chủ sở hữu có thể viết, chủ sở hữu có thể thực thi.

18.

A user needs to open a file, edit it, and then save the changes. What permissions does he need to do this?

Người dùng cần mở một tệp, chỉnh sửa tệp và sau đó lưu các thay đổi. Anh ta cần những quyền gì để làm điều này?

a)

Read

b)

Write

c)

Execute

Thực thi

d)

List

19.

Which command is used to change the owner of a file?

Lệnh nào dùng để thay đổi chủ sở hữu của tệp?

a)

cowner

b)

cgown

c)

chown

(change owner)

d)

chowner

20.

Which of the following symbol is used with chmod to assign permission to a file without change the existing permission?

Biểu tượng nào sau đây được sử dụng với chmod để gán quyền cho tệp mà không thay đổi quyền hiện có?

a)

-

b)

+

c)

=

d)

*

21.

Which number is assigned to read permission in Octal Permission Representation?

Số nào được chỉ định để biểu diễn quyền read trong Biểu diễn quyền bát phân?

//http://bit.do/linuxoctalperm link tham khảo

a)

0

b)

1

c)

2

d)

4

22.

Which file access mode grants the capability to modify, or remove the content of the file?

Chế độ truy cập tệp nào cấp khả năng sửa đổi hoặc xóa nội dung của tệp?

a)

Read

b)

Write

c)

Execute

d)

All of the above

23.

Character which represents no access

Ký tự thể hiện không có quyền truy cập

a)

R

b)

W

c)

X

d)

-

24.

Character which represents "execute" access

Ký tự đại diện cho quyền truy cập "thực thi"

a)

R

b)

W

c)

X

d)

-

25.

Access which allows a user to view a file

Quyền truy cập nào cho phép người dùng xem tệp

a)

read

b)

write

c)

execute

d)

none

26.

Access which allows a user to display a directory (ls)

Quyền truy cập cho phép người dùng hiển thị một thư mục (ls)

a)

read

b)

write

c)

execute

d)

none

27.

Access which allows a user to create files and directories

a)

read

b)

write

c)

execute

d)

none

28.

Access which allows a user to enter a directory (cd)

Quyền truy cập cho phép người dùng nhập một thư mục (cd)

a)

read

b)

write

c)

execute

d)

none

29.

read only permission

quyền chỉ đọc biểu thị như nào?

a)

rwx

b)

rw-

c)

r--

d)

-w-

30.

permission 7

//( 4 (read) + 2 (write) + 1 (execute) = 7)

quyền 7 là gì?

a)

read, write, execute

b)

read and write

c)

read and execute

d)

read only

31.

read and write permission

quyền đọc và ghi biểu thị như nào

a)

r--

b)

r-x

c)

rw-

d)

--x

32.

permission 5

quyền 5 là gì?

//Read and execute permission: 4 (read) + 1 (execute) = 5

a)

read, write, execute

b)

read and write

c)

read and execute

d)

read only

33.

Everyone has full access

Mọi người đều có toàn quyền truy cập

a)

-rwxrwxrwx

b)

-rwx--x--x

c)

-rwx-------

d)

-rw-rw-rw-

34.

The user has full access

Người dùng có toàn quyền truy cập

a)

-rwxrwxrwx

b)

-rwx--x--x

c)

-rwx-------

d)

-rw-rw-rw-

35.

Which of the following command is used to list files with permission?

Lệnh nào sau đây được sử dụng để liệt kê các tệp kèm theo quyền?

a)

ls -a

b)

ls -l

c)

ls

d)

None of the options