Linux, Server, Web
ftp / samba
iolate
2012. 1. 1. 03:07
FTP
#apt-get install vsftpd
#apt-get install vsftpd
#vi /etc/vsftpd.conf
/etc/init.d/ restart
SAMBA
# smbpasswd -a ID
anoymous_enable=NO
local_enable=YES
write_enable=YES
local_unmask=022
추가) file_open_mode=0644/etc/init.d/ restart
SAMBA
# smbpasswd -a ID