The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-29-2009
kodak kodak is offline
Registered User
  
 

Join Date: Jun 2003
Posts: 51
If all he needs is access to OTHER systems, he can compile smbclient and use it. But, yeah, you can't use samba server without starting it as root.

All smbclient is going to get you is ftp-like access to other CIFS shares. If you need to mount something you're going to need CIFS (or smb) filesystem support in your kernel.

HTH