The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM



Thread: Install Samba
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #10 (permalink)  
Old 05-21-2008
frajer frajer is offline
Registered User
 

Join Date: Sep 2005
Location: Slovenija
Posts: 20
Quote:
Originally Posted by lo-lp-kl View Post
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)
Attached Files
File Type: zip smb.zip (538 Bytes, 1 views)
Reply With Quote