Quote |
This is the most I could make out of what I've found online. I've also been using the smbd -D command (that returns "segmentation fault") and nmbd - D. |
Code Sample |
root@ruby:/opt/samba# ps ax | grep nmbd 987 ? S 0:36 /usr/sbin/nmbd start 6379 pts/1 S 0:00 grep nmbd root@ruby:/opt/samba# ps ax |grep smbd 985 ? S 0:01 /usr/sbin/smbd start 5558 ? S 0:00 /usr/sbin/smbd start 6384 pts/1 S 0:00 grep smbd root@ruby:/opt/samba# |
Code Sample |
# samba /usr/sbin/smbd start /usr/sbin/nmbd start |