• Lucid Dreaming - Dream Views




    Results 1 to 3 of 3

    Threaded View

    1. #2
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Quote Originally Posted by Rakjavik View Post
      Is the samba install more complicated then the standard ./configure, make, make install routine?
      shouldn't be, no
      however, there isn't a "samba" command
      (samba is just a cute name - the actual protocol is SMB - Server Message Block)

      samba gets all it's config info from smb.conf file
      (default debian location is /etc/samba/smb.conf)

      "smbd" is the main binary (usually used with the -D switch to daemonise it)

      "testparm" parses smb.conf and reports any errors (mostly syntax and stuff in wrong sections)

      "smbstatus" reports the status (connected clients, locked files, etc.)

      All these have manual pages

      there's also various other commands (setting up samba users, setting passwords etc.), but the above are the main ones
      Last edited by Ynot; 06-16-2008 at 10:49 PM.

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •