Re: smbfsx
>Date: Thu, 18 Feb 1999 20:11:42 -0500
>From: Matthew Cocker <cockerm@laue.chemistry.georgetown.edu>
>To: debian <debian-user@lists.debian.org>
>Subject: smbfsx
>
>I am trying to mount a samba server via the follow command
>
>bash-2.01$ smbmount-2.1.x //host/share -c 'mount /directory -u 123 -g
>456'
>
>I get the following out put
>
>Added interface ip=xxx.xxx.xx.x bcast=xxx.xxx.xx.xxx
nmask=xxx.xxx.xxx.0
>Server time is Thu Feb 18 20:07:00 1999
>Timezone is UTC-5.0
>Password:
>Domain=[XXXX] OS=[Unix] Server=[Samba 1.9.15p8]
>security=user
>bash-2.01$ smbmnt must be installed suid root
>mount failed
>
>How do I set suid to root?
>
>Cheers Matt
>
Howdy Matt,
You can login as user ROOT, or you can run the 'su' program from the
bash$ like this:
bash-2.01$ su root rootpassword
su works like this: su username userpassword, on my system, use the su
command like this:
bash-2.01$ su root root
This logs you in as user root. After you have gotten the mount
successful, exit and return to normal user mode by typing 'exit' from
the bash$
Hope this helps,
Brant
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Reply to: