Re: permissions and fstab

2001-03-28 Thread Marcelo Chiapparini
On Tue, Mar 27, 2001 at 02:19:46AM +0200, Carel Fellinger wrote: > 2) Mount by root, but for a specific user: >in /etc/fstab change the entry for that dos partition like this: > >/dev/hda1 /winfun vfat defaults,uid=1001,gid=1001,noexec,nosuid,nodev 0 2 > >this will allow root but also

Re: permissions and fstab

2001-03-28 Thread Justin B Rye
Carel Fellinger wrote: > Or look through /etc/passwd. > >$ grep carel /etc/passwd >carel:x:1001:1001:Carel Fellinger,,,:/home/carel:/bin/bash Or for variety (and a saving of milliseconds) do it this way: $ getent passwd jbr jbr:x:1013:1013:Justin B Rye,,,:/home/jbr:/bin/bash

Re: permissions and fstab

2001-03-27 Thread Andreas Hetzmannseder
On Mon, Mar 26, 2001 at 06:04:21PM -0300, Marcelo Chiapparini wrote: > Hi! > > I have a dos partition which belongs to a win98 disk. I need to access > this dos partition from linux, in order to write some stuff on it. This > partition > is mounted automatically at startup trhough the appropri

Re: permissions and fstab

2001-03-27 Thread Andreas Hetzmannseder
On Mon, Mar 26, 2001 at 06:04:21PM -0300, Marcelo Chiapparini wrote: > Hi! > > I have a dos partition which belongs to a win98 disk. I need to access > this dos partition from linux, in order to write some stuff on it. This > partition > is mounted automatically at startup trhough the appropri

Re: permissions and fstab

2001-03-27 Thread Andreas Hetzmannseder
On Mon, Mar 26, 2001 at 06:04:21PM -0300, Marcelo Chiapparini wrote: > Hi! > > I have a dos partition which belongs to a win98 disk. I need to access > this dos partition from linux, in order to write some stuff on it. This > partition > is mounted automatically at startup trhough the appropri

Re: permissions and fstab

2001-03-27 Thread Carel Fellinger
On Tue, Mar 27, 2001 at 10:34:58AM -0300, Marcelo Chiapparini wrote: > Hi Carel > > thank you very much for your answer. Now a stupid question: how can I find > the > uid and gid of my account? Either us the command id $ id uid=1001(carel) gid=1001(carel) groups=1001(carel),24(cdrom),29

Re: Re: permissions and fstab

2001-03-27 Thread paolo pedaletti
Salve Marcelo Chiapparini, > thank you very much for your answer. Now a stupid question: how can I find > the > uid and gid of my account? $ id -- Paolo Pedaletti, Como, ITALYa www.fastflow.it/~paolop [EMAIL PROTECTED] ICQ: 4755831

Re: permissions and fstab

2001-03-27 Thread Ilya Martynov
MC> thank you very much for your answer. Now a stupid question: how MC> can I find the uid and gid of my account? use command 'id' -- Ilya Martynov AGAVA Software Company, http://www.agava.com

Re: permissions and fstab

2001-03-27 Thread Marcelo Chiapparini
Hi Carel thank you very much for your answer. Now a stupid question: how can I find the uid and gid of my account? Thanks in advance Marcelo On Tue, Mar 27, 2001 at 02:19:46AM +0200, Carel Fellinger wrote: > Hi Marcello, > > 2) Mount by root, but for a specific user: >in /etc/fstab chan

Re: permissions and fstab

2001-03-26 Thread Carel Fellinger
Hi Marcello, On Mon, Mar 26, 2001 at 06:04:21PM -0300, Marcelo Chiapparini wrote: > I have a dos partition which belongs to a win98 disk. I need to access > this dos partition from linux, in order to write some stuff on it. This > partition > is mounted automatically at startup trhough the ap