NEW
Font size
WorksheetsLinux_2
Total questions: 35
Worksheet time: 18mins
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ì?
home
trunk
root
foot
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?
^
$
~
there is none
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?
mv
cd
pwd
rd
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?
the -h attribute
thuộc tính -h
having a period ( . ) at the beginning of its name
thêm ký tự '.' trước tên của nó
the "hidden" command
lệnh hidden
no files or folders can be hidden on Linux
Khum ẩn dc thư mục trong linux
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 ?
pcd
ppd
pud
pwd
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?
cd
cd -h
cd $user
chd
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 đó?
cd -
cd --ppd
cd $prev
cd -hal
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?
Parent
Absolute
Tuyệt đối
Relative
Tương đối
Cousin
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?
cd .
cd ..
cd ...
upone
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.
/boot
/dev
/proc
/sys
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?
/tmp
/var
/dev
/etc
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?
/bin
/var/run
/dev/null
/usr/sbin
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.
/mnt
/boot
/home
/media
What temporary directory is purged every 30 days?
/tmp
/root/tmp
/usr/tmp
/var/tmp
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ó?
/proc
/tmp
/var
/usr
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
2
3
4
5
764 File Permission means?
764 File Permission nghĩa là gì?
Everyone can read,write and execute.
ai cũng có thể đọc ghi thực thi
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.
Everyone can read and execute.
Mọi người đều có thể đọc và thực hiện.
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.
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?
Read
Write
Execute
Thực thi
List
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?
cowner
cgown
chown
(change owner)
chowner
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ó?
-
+
=
*
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
0
1
2
4
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?
Read
Write
Execute
All of the above
Character which represents no access
Ký tự thể hiện không có quyền truy cập
R
W
X
-
Character which represents "execute" access
Ký tự đại diện cho quyền truy cập "thực thi"
R
W
X
-
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
read
write
execute
none
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)
read
write
execute
none
Access which allows a user to create files and directories
read
write
execute
none
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)
read
write
execute
none
read only permission
quyền chỉ đọc biểu thị như nào?
rwx
rw-
r--
-w-
permission 7
//( 4 (read) + 2 (write) + 1 (execute) = 7)
quyền 7 là gì?
read, write, execute
read and write
read and execute
read only
read and write permission
quyền đọc và ghi biểu thị như nào
r--
r-x
rw-
--x
permission 5
quyền 5 là gì?
//Read and execute permission: 4 (read) + 1 (execute) = 5
read, write, execute
read and write
read and execute
read only
Everyone has full access
Mọi người đều có toàn quyền truy cập
-rwxrwxrwx
-rwx--x--x
-rwx-------
-rw-rw-rw-
The user has full access
Người dùng có toàn quyền truy cập
-rwxrwxrwx
-rwx--x--x
-rwx-------
-rw-rw-rw-
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?
ls -a
ls -l
ls
None of the options
