echo ftp /etc/services
echo ftp < /etc/services
grep ftp -q /etc/services
grep ftp < /etc/services
第1题:
FTP服务中,匿名用户的下载目录路径是/etc/ftp。
此题为判断题(对,错)。
第2题:
vsftpd服务器为匿名服务器时可以从哪个目录下载文件( )。
A、/var/ftp
B、/etc/vsftpd
C、/var/vsftp
D、/etc/ftp
第3题:
第4题:
缺省情况下,Solaris8会禁止以root用户进行ftp,如果要用root用户ftp传送文件,需要修改Soalris中哪个文件?()
第5题:
下列那一个档案用来限制使用者登入FTP Server?()
第6题:
solaris系统中,下来那个文件决定了哪些用户可以ftp到该系统,哪些用户无法ftp到该系统()
第7题:
FTP服务器的主配置文件名是以下哪个?()
第8题:
下列哪一项可以列出文件/etc/services中含有文本ftp的行()
第9题:
Windows 2000系统中哪个文件可以查看端口与服务的对应?()
第10题:
/etc/ftp/ftp.conf
/etc/vsftpd/vsftpd.conf
/etc/vsftpd.conf
/etc/ftp/ftpd.conf
第11题:
/etc/vsftpd/userconf
/etc/vsftpd/vsftpd.conf
/etc/resolv.conf
/etc/hosts
第12题:
/etc/gateway
/etc/ftpservers
/etc/ftpusers
/etc/inetD.conf
第13题:
Linux系统可以通过手工编辑配置文件达到对系统进行配置的目的,例如将/etc/inted.conf文件中“#FTP Stream TCP nowait root/usr/sbin/tcpd in.ftpd -1 -a”前的“#”去掉就可以开启FTP服务。修改(56)文件可对允许访问FTP服务的主机范围进行限制。
A./etc/access.conf
B./etc/host.conf
C./etc/inted.conf
D./etc/hosts.allow
第14题:
A./etc/gateway
B./etc/ftpservers
C./etc/ftpusers
D./etc/inetD.conf
第15题:
第16题:
若Linux用户需要将FTP默认的21号端口修改为8800,可以修改()配置文件。
第17题:
下列那个命令行可列出/etc/passwd文件中含有root这个文本的行()
第18题:
在Linux里,要使root用户使用ftp服务,需要修改哪几个文件()
第19题:
如果想配置一台匿名ftp服务器,应修改()文件。
第20题:
下列哪一项可以列出文件/etc/nsswitch.conf中含有文本nisplus的行()
第21题:
/etc/ftpaccess
/etc/hosts.deny
/etc/ftpusers
/etc/pam.d/ftp
第22题:
grep nisplus /etc/nsswitch.conf
grep nisplus < /etc/nsswitch.conf
grep nisplus -q /etc/nsswitch.conf
只有A和B
第23题:
grep root /etc/group
echo root ∣grep /etc/group
echo /etc/group ∣grep root
A和C