#sudo apt-get samba samba-common smbfs smbclient swat (先裝上samba, swat等相關軟件)
#sudo apt-get install xinetd (然後裝上xinetd)
#sudo vi /etc/inetd.conf (在#
#sudo vi /etc/xinetd.d/swat (加上swat的新文件 裡面要有以下的內容)
# description: SAMBA SWAT
service swat
{
disable = no
socket_type = stream
protocol = tcp
#should use a more limited user here
user = root
wait = no
server = /usr/sbin/swat
}
#sudo dpkg-reconfigure xinetd (從新啟動)
#netstat –lt (最後檢查一下看swat有沒有被啟動就能了)
沒有留言:
張貼留言