Biar lebih mantep baca yang ini dulu gan baru ke ini
https://ibolobolo.wordpress.com/2013/02/08/samba-server-centos/
Sampe disini lo seharus nya udah paham gimana install si samba, next ke install SWAT
[root@manny ~]# yum install xinetd
[root@manny ~]# vi /etc/xinetd.d/swat
# default: off # description: SWAT is the Samba Web Admin Tool. Use swat \ # to configure your Samba server. To use SWAT, \ # connect to port 901 with your favorite web browser. service swat { port = 901 socket_type = stream wait = no only_from = localhost user = root server = /usr/sbin/swat log_on_failure += USERID disable = yes }
[root@manny ~]# /etc/init.d/smb restart
[root@manny ~]# /etc/init.d/xinetd restart
Jangan lupa di buka PORT 901 nya gan.