LMRus

Архив всех опросов и голосований группы

Стоит ли переходить на LM 20?
Анонимный опрос
69%
Да
31%
Не
Проголосовало: 16
источник
What two commands display the status of processes on a Linux system?
Окончательные результаты
0%
du and df
0%
ls and df
100%
ps and top
0%
df and top
Проголосовало: 1
источник
Which parameter do you add to the ls command to show hidden files?
Окончательные результаты
0%
-h
0%
-l
100%
-a
0%
-f
Проголосовало: 1
источник
What permissions are set on a file with the command chmod 654 file.txt?
Окончательные результаты
100%
-rw-r-xr--
0%
drw-r-xr--
0%
--wxr-x--x
0%
-rwxrw--x
Проголосовало: 1
источник
Which of the following commands can be used to extract content from  a tar file?
Окончательные результаты
100%
tar -xvf
0%
tar -vf
0%
tar -cvf
0%
tar -ef
Проголосовало: 1
источник
User `max` is attempting to run the bash script `p1`.  He receives the following error: bash: ./p1: Permission denied  He types `ls -l p1` and gets the following result:  -rw-r--r-- 1 max max  8 Apr 25 10:36 p1  What is causing his problem?
Окончательные результаты
0%
The root user has not given him permission to run this program
100%
He has not granted execute permissions to the file
0%
It is not a bash script
0%
He lacks the permission to read the file
Проголосовало: 1
источник
The user `bob` enters the command `ps`.  What, by default, is the output consist of?
Окончательные результаты
0%
All processes on the system
0%
All processes owned by Bob
0%
Nothing, Bob needs to be the root user
100%
Only the processes on the current terminal session
Проголосовало: 1
источник
Which of the following commands will print a calender of the year 2020 to the terminal?
Окончательные результаты
0%
cal
100%
cal -y
0%
calendar 2020
0%
touch cal 2020
Проголосовало: 1
источник
Which command would a user execute to create a symbolic link of his "/etc" directory to his home directory called the same thing?
Окончательные результаты
0%
ls -l /etc ~
100%
ln -s /etc ~
0%
symlink /etc ~
0%
ln /etc ~
Проголосовало: 1
источник
Which command do you use to display the differences between two files?
Окончательные результаты
50%
df
0%
comp
50%
diff
0%
sdiff
Проголосовало: 2
источник
How do you check how much space left in current drive ?
Окончательные результаты
0%
dd -L
100%
df -T
0%
du -h
0%
ds -f
Проголосовало: 1
источник
What command is used to clear up the command prompt window?
Окончательные результаты
100%
clear
0%
clr
0%
clearit
0%
clrsrc
Проголосовало: 3
источник
command `uname -s` is
Окончательные результаты
50%
print the kernel release
0%
print the network node hostname
0%
print current user name
50%
print the kernel name
Проголосовало: 2
источник
Which command will move you up one directory?
Окончательные результаты
0%
cd .
0%
cd -
0%
cd ~
100%
cd ..
Проголосовало: 2
источник
John wants to use the SSH protocol to administer a remote system.  What command could he give to do this?
Окончательные результаты
100%
ssh john@192.168.0.1
0%
sh john@192.168.0.1
0%
remote-shell john@192.168.0.1
0%
bash john@192.168.0.1
Проголосовало: 2
источник
Which of the following commands can be used to create a file?
Окончательные результаты
0%
build
100%
touch
0%
create
0%
mkfile
Проголосовало: 2
источник
What command is print information about the `ls` command
Окончательные результаты
100%
man ls
0%
manual ls
0%
which ls
0%
man -k ls
Проголосовало: 2
источник
Which command is used to detach a filesystem?
Окончательные результаты
0%
unmount
0%
dmount
100%
umount
0%
dismount
Проголосовало: 2
источник
How do you show what your current working directory is?
Окончательные результаты
0%
passwd
100%
pwd
0%
pd
0%
ls
Проголосовало: 2
источник
Which command enables you to count the number of words in a text file?
Окончательные результаты
0%
ls -l
0%
list
0%
count
100%
wc -w
Проголосовало: 1
источник
Which permissions should be given to a file that needs to be opened and edited by the file's owner and opened read-only by the file's group?
Окончательные результаты
0%
0751
100%
0640
0%
0540
0%
0466
Проголосовало: 2
источник
User "archie" wants to change his password. What command would I need to type as root to change his password?
Окончательные результаты
100%
password archie
0%
chgpasswd archie
0%
passwd
0%
passwd archie
Проголосовало: 1
источник
Which command print only the first 10 lines in a text file?
Окончательные результаты
100%
head
0%
first
0%
top
0%
cat
Проголосовало: 2
источник
Which of the following commands can be used to rename a file?
Окончательные результаты
0%
rn
0%
cp
100%
mv
0%
name
Проголосовало: 1
источник
Which of the following files holds the definition of the local user accounts?
Окончательные результаты
0%
/etc/secret
100%
/etc/passwd
0%
/etc/users
0%
/etc/id
Проголосовало: 2
источник
Which command displays the list of groups to which a user belongs?
Окончательные результаты
50%
lsgroup
0%
who
50%
id
0%
whoami
Проголосовало: 2
источник
Which of the following is NOT a valid way to change to your home directory?
Окончательные результаты
100%
CD ~
0%
cd
0%
cd ~
0%
cd $HOME
Проголосовало: 2
источник
What is the output of the following command?tail -n 20 test.txt
Окончательные результаты
100%
The last 20 lines of test.txt including the black lines
0%
The last 20 lines of test.txt omitting the black lines
0%
The first 20 lines of test.txt
0%
The last 20 lines of test.txt with line numbers
Проголосовало: 2
источник
Which of the following commands can be used to view a file and do search operations within it while viewing the contents?
Окончательные результаты
33%
find
0%
see
0%
grep
67%
less
Проголосовало: 3
источник
Which command line can be used to search help files that mention the word "copy"?
Окончательные результаты
0%
whatis copy
0%
copy --help
0%
man copy
100%
man -k copy
Проголосовало: 2
источник
Which of the following runs the last command you entered?
Окончательные результаты
0%
!~
0%
..
100%
!!
0%
!#
Проголосовало: 2
источник