Difference between revisions of "User talk:Bossa nesta"

From CDOT Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
service xinetd start
 
service xinetd start
netstat -antp
+
netstat -antpu
 
more /etc/services
 
more /etc/services
 
in web browser-> http://localhost:901/
 
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
 +
 +
/var/run/nmdb.pid <-- process lock
  
  
 
</pre>
 
</pre>

Revision as of 17:13, 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

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