Difference between revisions of "User talk:Bossa nesta"

From CDOT Wiki
Jump to: navigation, search
Line 16: Line 16:
 
service smb start/stop/....
 
service smb start/stop/....
 
smbclient -U% -L localhost  <-- U stand for no user name
 
smbclient -U% -L localhost  <-- U stand for no user name
 +
smbclient -Ujoker //localhost/samba-share -->> connect to share dir locally with saba service, can be used on trouble shooting
  
 
/var/run/nmdb.pid <-- process lock
 
/var/run/nmdb.pid <-- process lock

Revision as of 17:17, 30 October 2008

chkconfig --list xinetd
chkconfig --list cwat
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/....
smbclient -U% -L localhost  <-- U stand for no user name
smbclient -Ujoker //localhost/samba-share -->> connect to share dir locally with saba service, can be used on trouble shooting 

/var/run/nmdb.pid <-- process lock