Difference between revisions of "User talk:Bossa nesta"
Bossa nesta (talk | contribs) |
Bossa nesta (talk | contribs) |
||
Line 6: | Line 6: | ||
service xinetd start | service xinetd start | ||
− | netstat - | + | 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 16: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