aptitude install samba
smbpasswd -a username
smbpasswd -e username
vim /etc/samba/smb.conf
/etc/init.d/smb restart
dpkg -l vsftpd
apt-get install vsftpd
vim /etc/vsftpd.conf
/etc/init.d/vsftpd restart
smbpasswd -a username
smbpasswd -e username
vim /etc/samba/smb.conf
/etc/init.d/smb restart
dpkg -l vsftpd
apt-get install vsftpd
vim /etc/vsftpd.conf
/etc/init.d/vsftpd restart
本文介绍如何通过命令行工具安装配置Samba与VSFTPD服务,包括设置用户密码、编辑配置文件及重启服务等步骤。
5880

被折叠的 条评论
为什么被折叠?



