Which of the following outputs could stem from the commandlast?
Which package management tool is used in Red Hat-based Linux Systems?
A new server needs to be installed to host services for a period of several years. Throughout this time, the server should receive important security updates from its Linux distribution.
Which of the following Linux distributions meet these requirements? (Choose two.)
The current directory contains the following file:
-rw-r—r— 1 root exec 24551 Apr 2 12:36 test.sh
The file contains a valid shell script, but executing this file using./test.shleads to this error:
bash: ./test.sh: Permission denied
What should be done in order to successfully execute the script?
Which of the following outputs comes from the commandfree?
The file script.sh in the current directory contains the following content:
#!/bin/bash echo $MYVAR
The following commands are used to execute this script:
MYVAR=value
./script.sh
The result is an empty line instead of the content of the variable MYVAR. How should MYVAR be set in order to make script.sh display the content of MYVAR?
Which of the following commands creates an archive filework.tarfrom the contents of the directory./
work/?
Which of the following examples shows the general structure of a for loop in a shell script?
What is true about the owner of a file?
What are the differences between a private web browser window and a regular web browser window? (Choose three.)
Which of the following DNS record types hold an IP address? (Choose two.)
Which of the following commands puts the lines of the file data.csv into alphabetical order?
Which of the following commands creates the ZIP archive poems.zip containing all files in the current directory whose names end in .txt?
What is the preferred source for the installation of new applications in a Linux based operating system?
Members of a team already have experience using Red Hat Enterprise Linux. For a small hobby project, the team wants to set up a Linux server without paying for a subscription. Which of the following Linux distributions allows the team members to apply as much of their Red Hat Enterprise Linux knowledge as possible?
What is a Linux distribution?
What is true about links in a Linux file system?
Which of the following directories contains information, documentation and example configuration files for
installed software packages?
Which of the following commands can be used to resolve a DNS name to an IP address?
Which of the following values could be a process ID on Linux?
Which of the following types of bus can connect hard disk drives with the motherboard?
Which of the following commands finds all lines in the file operating-systems.txt which contain the term
linux, regardless of the case?
A directory contains the following files:
What would be the output of the following shell script?
for file in *.txt
What is the return value of a shell script after successful execution?