Tag: Samba

linux - Set up SWAT to configure Samba

Set up SWAT to configure Samba

nano /etc/xinetd.d/swat Here’s my swat file: service swat { port = 901 socket_type = stream wait = no only_from = 127.0.0.1 # only_from = 192.168.0.4 user = root server = /usr/sbin/swat log_on_failure += USERID # disable = yes } By commenting...