Quote:
Originally Posted by lo-lp-kl
How I started the samba daemons
The Samba server is made up of the following daemons:
nmbd
smbd
|
Check first if these files exist in .../samba/bin/... directory.
Then run them from command line...
Code:
</> $SAMBA_DIR/bin/smbd -D
</> $SAMBA_DIR/bin/nmbd -D
or from a script (!! it runs on AIX 4.3.3)