NEW
Font size
Worksheetslinux command
Total questions: 25
Worksheet time: 22mins
What is Linux?
Linux is open-source _____
Programming Language
Operating System
Network Tool
Internet Protocol
What is the core of a Linux Operating System?
Kernel
Shell
Command
GUI
Perintah pada dasar linux untuk membuat direktori baru adalah ?
cd
rmdir
mkdir
rm
pwd
Perintah dasar linux yang digunakan untuk menghapus direktori kosong adalah ?
rm
rmdir
rmove
rmdel
remove
Tanda bahwa shell prompt masuk sebagai root adalah ?
#
$
>
?
!
Perintah untuk memunculkan online help adalah ?
man
girl
men
show
clear
Untuk berpindah directory pada DOS adalah fungsi dari command ?
pwd
cd
ls
mkdir
rm
Which of the following commands in Linux is used to display information about files and directories contained within the current working directory?
pwd
ls
grep
ps
A command-line command in Linux that allows to search files for lines containing a match to a given pattern is called:
rm
chmod
find
grep
Which of the Linux command-line commands listed below is used for directory traversal?
cd
dir
ps
dig
The following command can be used for turning off or restarting a Linux host.
reboot
shutdown
exit
taskkill
A Linux command displaying an absolute path to (i.e. full filename of) the current working directory is called:
mv
pwd
rm
dir
A Linux command-line command allowing a user to change his/her own password is known as:
pwd
pass
passwd
password
Which of the answers listed below refers to a Unix command for copying files and directories?
cp
copy
xcopy
robocopy
A Linux command used for transferring files/directories to a different directory is called:
replace
export
move
mv
What is the name of a Linux command used for renaming files and directories?
rm
ps
mv
ls
A command-line command in Linux used for deleting files and directories is known as:
erase
rm
del
edit
Which of the following commands allows for moving one level up in Linux directory tree?
cd -
cd ..
cd /
cd ~
What is the function of the Linux chmod command?
Changes file access permissions
Changes file owner and group permissions
Compares the contents of two files or sets of files
Changes the Linux command prompt
A Linux command-line utility used for displaying and modifying network interface configuration settings is called:
ifconfig
net config
ipconfig
networksetup
What is the name of a Linux command-line utility used for reporting statistics on running processes?
ps
tasklist
nbtstat
id
Which of the answers listed below refers to a Linux command that allows for assuming the identity of a different system user and executing commands with security privileges of that user account?
sync
id
usermod
su
What is the function of the Linux chown command?
Changes the Linux command prompt
Compares the contents of two files or sets of files
Changes file owner and group permissions
Changes file access permissions
A Linux command that allows for modifying security privileges in order to be able to execute a single command that requires root access permissions is called:
id
sudo
usermod
su
Which of the following key combinations allows to terminate the current process in Linux shell?
Ctrl + C
Ctrl + A
Ctrl + E
Ctrl + L
