=Notes=
<pre>
SYA710 Note 2008/10/30
chkconfig --list xinetd
chkconfig --list swat
chkconfig swat on
chkconfig --list swat
service xinetd start
netstat -antpu
more /etc/services
in web browser-> http://localhost:901/
= samba use SMB protocol
smbd -> samba process
nmbd -> NetBiod to IP process
service smb start/stop/....
smbpasswd -a joker <-- to add the user and password
smbclient -U% -L localhost <-- U stand for no user name
smbclient -Ujoker //localhost/samba-share -->> connect to share dir locally with samba service, can be used on trouble shooting
/var/run/nmdb.pid <-- process lock
http://www.oscommerce.info/kb/osCommerce/General_Information
</pre>