service vsftpd status //查看FTP运行状态 vim /etc/vsftpd/vsftpd.conf //修改配置文件 找到vsftpd.conf中的 anonymous_enable=yes //改为no;(yes=允许.no=禁止) 保存退出 service vsftp restart //重启FTP服务…
问题: 系统重启后,网络不能正常使用,加载网络配置失败,且重启网络时也提示错误. 解决方法: 在定位的过程中发现是配置中的网络设备号与实际设备号不符. 1.查看网络配置中的配备号: vi /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interf…