Which of the following are commonly used Mail Tranfer A…
Which of the following are commonly used Mail Tranfer Agent (MTA) applications? (Please select
THREE correct answers)
What word is missing from the following SQL statement?
CORRECT TEXT
What word is missing from the following SQL statement?
select count(*) _____ tablename;
What output will the following command seq 10 produce?
What output will the following command seq 10 produce?
What benefit does an alias provide?
What benefit does an alias provide?
What output will the following command sequence produce?
What output will the following command sequence produce?
echo ‘1 2 3 4 5 6’ | while read a b c; do
echo result: $c $b $a;
done
which directories contents will be copied to a new user…
CORRECT TEXT
By default, which directories contents will be copied to a new user’s home directory when the account is created, passing the -m option to the useradd command?
Which protocol uses two (2) TCP/IP ports one of them be…
CORRECT TEXT
Which protocol uses two (2) TCP/IP ports one of them being port 20 for data transfer?
Which of the following looks like a correct entry in th…
Which of the following looks like a correct entry in the /etc/hosts file?
What port should be listening before a successful connection is possible?
CORRECT TEXT
An administrator is configuring a secured webserver, however connecting to https://127.0.0.1 is
not working. She runs netstat -ntl, which returns the following output:
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
What port should be listening before a successful connection is possible? (Provide only the numerical value of the port)
Which of the following words is used to restrict the re…
Which of the following words is used to restrict the records that are returned from a SELECT query based on a supplied criteria for the values in the records?