__,__
.
20,21
________
and _______
for data transfer. Assume no directives have modified this range.
1024,65535
True
False
_______=__
anonymous_enable=NO
or anonymous_enable,NO
Question: The command used to download a file in FTP is get filename
. (True/False)
Answer: True
Question: FTP uses port __
for its control channel. (True/False)
Answer: 21
Question: FTPS is different from FTP because FTPS uses e________
.
Answer: encryption
Question: To terminate an FTP session, the correct command is quit
. (True/False)
Answer: True
Question: The command used to upload a file in FTP is get filename
. (True/False)
Answer: False
Question: In FTP, a failed login attempt due to an incorrect password returns the code ___
.
Answer: 530
pwd
cwd
dele
command in FTP is used to __________
a file.
delete
Question: The help
command provides a list of available FTP commands.
Answer: True.
Question: The setting local_enable=___
allows local user access.
Answer: YES
write_enable=YES
permits _______
operations by users.
write
pasv_min_port,pasv_max_port
or pasv_max_port,pasv_min_port
chroot_list_file=/etc/vsftpd.chroot_list
specifies users exempt from being jailed in their home directory.
True
chroot_local_user=YES
prevents users from navigating outside their home directory. (True/False)
True
ssl_enable=YES
, all FTP traffic is encrypted. (True/False)
False
cd
ssl_tlsv1=YES
enables the use of the TLS v1.0 protocol and is a reccommended practice. (True/False)
False
666
and the umask
is set to 022
, what will the final permissions of a newly created file be? Give your answer as the 3-digit Linux file permission value.
644
666
and the umask
is set to 222
, what will the final permissions of a newly created file be? Give your answer as the 3-digit Linux file permission value.
444
777
and the umask
is set to 022
, what will the final permissions of a newly created folder be? Give your answer as the 3-digit Linux file permission value.
755
Question: The cdup
command is used to change to the parent directory.
Answer: True
Question: The setting ssl_ciphers=___
ensures that only high-strength encryption algorithms are used.
Answer: HIGH
Question: With force_local_data_ssl=YES
, local users are forced to use SSL for data transfers.
Answer: True
bye
command in FTP is used to end the FTP session.True