Re: Help setting permissions on a thumb drive

2014-03-16 Thread Andrei POPESCU
On Sb, 15 mar 14, 20:29:41, Paul E Condon wrote: > I have a 4GB thumb drive that I have formatted with two > partitions: > > #1 is 100MB with vfat format > #2 is all the rest with ext4 format > > I want to set permissions so that I can read/write on partition #1 on > both my Squeeze computer and

Re: Help setting permissions on a thumb drive

2014-03-16 Thread Joe
On Sat, 15 Mar 2014 20:29:41 -0600 Paul E Condon wrote: > I have a 4GB thumb drive that I have formatted with two > partitions: > > #1 is 100MB with vfat format > #2 is all the rest with ext4 format > > I want to set permissions so that I can read/write on partition #1 on > both my Squeeze com

Help setting permissions on a thumb drive

2014-03-15 Thread Paul E Condon
I have a 4GB thumb drive that I have formatted with two partitions: #1 is 100MB with vfat format #2 is all the rest with ext4 format I want to set permissions so that I can read/write on partition #1 on both my Squeeze computer and on a Windows box, both as a non-privileged user. The last time

Setting permissions for individual LVs permanently

2009-03-10 Thread Sascha Silbe
How do I set ownership and permissions for individual LVs permanently? I've managed to set permissions for the corresponding /dev/dm-* via udev, but I'd like to use symbolic names (i.e. /dev// or at least /dev/mapper/-) and can't figure out where to configure the permissions for those - they

Re: Setting permissions to new files?

2007-06-18 Thread Oscar Blanco
From konsole use these: chmod chown Chmod changes permissions. Type "$ man chmod" to know how to change them. Chown changes owner. Type "$ man chown" to know how to change them. E.g. # mkdir /home/temp # ls -l /home/temp # chmod 777 /home/temp # ls -l /home/temp # chown bruno /home/temp # ls -l

Re: Setting permissions to new files?

2007-06-18 Thread Bob Proulx
Felipe Sateler wrote: > Bruno Buys wrote: > > Konsole and yakuake needed a 'umask 02' added to ~/.bashrc (there > > was none) to behave well. Neither once was reading ~/.bash_profile, by > > the way. > > That is because ~/.bash_profile is read on login shells only (unless you > source it from ~/.b

Re: Setting permissions to new files?

2007-06-17 Thread Felipe Sateler
Bruno Buys wrote: > Konsole and yakuake needed a 'umask 02' added to ~/.bashrc (there > was none) to behave well. Neither once was reading ~/.bash_profile, by > the way. That is because ~/.bash_profile is read on login shells only (unless you source it from ~/.bashrc -- Felipe Sateler --

Re: Setting permissions to new files?

2007-06-17 Thread Bruno Buys
Bruno Buys wrote: Where do I change the permissions that are set when I create a new file? I mean, I'd like to be able to change the default permissions that my system atributes to new files. [EMAIL PROTECTED]:~$ > newfile [EMAIL PROTECTED]:~$ ls -l newfile -rw-r--r-- 1 bruno bruno 0 2007-06-

Re: Setting permissions to new files?

2007-06-17 Thread Bob Proulx
Bruno Buys wrote: > Where do I change the permissions that are set when I create a new file? > ... > I'd like new files to be created as writable to the group, as in > -rw-rw-r-- 1 bruno bruno 0 2007-06-17 18:06 newfile It sounds like you are trying to set up a "User Private Group" type of config

Re: Setting permissions to new files?

2007-06-17 Thread Magnus Therning
On Sun, Jun 17, 2007 at 18:11:02 -0300, Bruno Buys wrote: >Where do I change the permissions that are set when I create a new file? I >mean, I'd like to be able to change the default permissions that my system >atributes to new files. > >[EMAIL PROTECTED]:~$ > newfile >[EMAIL PROTECTED]:~$ ls -l

Re: Setting permissions to new files?

2007-06-17 Thread Orestes leal
On Sun, 17 Jun 2007 18:11:02 -0300 Bruno Buys <[EMAIL PROTECTED]> wrote: Do a: chmod g+w newfile ls -lh newfile -rw-rw-r-- 1 root root 0 Jun 17 17:39 newfile Ore. > Where do I change the permissions that are set when I create a new file? > I mean, I'd like to be able to change the default pe

Re: Setting permissions to new files?

2007-06-17 Thread Atis
On 6/18/07, Bruno Buys <[EMAIL PROTECTED]> wrote: Where do I change the permissions that are set when I create a new file? I mean, I'd like to be able to change the default permissions that my system atributes to new files. [EMAIL PROTECTED]:~$ > newfile [EMAIL PROTECTED]:~$ ls -l newfile -rw-r

Setting permissions to new files?

2007-06-17 Thread Bruno Buys
Where do I change the permissions that are set when I create a new file? I mean, I'd like to be able to change the default permissions that my system atributes to new files. [EMAIL PROTECTED]:~$ > newfile [EMAIL PROTECTED]:~$ ls -l newfile -rw-r--r-- 1 bruno bruno 0 2007-06-17 18:06 newfile

Re: Setting permissions, changing the owner...

2005-07-15 Thread kamaraju kusumanchi
Dom wrote: Dear Debian friends, I'm a new Debian user and a newbie to Linux as well. And I need your help. I searched on the net for this but couldn't find anything... Bare with me as English is not my mother language so I'm not sure if I'm going to explain this right. Hope you understand wha

Re: Setting permissions, changing the owner...

2005-07-15 Thread Wu-Kung Sun
On 7/15/05, Dom <[EMAIL PROTECTED]> wrote: > Dear Debian friends, > > I'm a new Debian user and a newbie to Linux as well. And I need your > help. I searched on the net for this but couldn't find anything... > > Bare with me as English is not my mother language so I'm not sure if > I'm going to e

Re: Setting permissions, changing the owner...

2005-07-15 Thread Stephen R Laniel
On Fri, Jul 15, 2005 at 07:36:16PM +0200, Dom wrote: > I want to know is there a way to set permissions for all files and > subfolders down the hierarchy - equivalent in Windows would be "Apply > to all files and folders" option when you set options of one folder > that has other files and subfolde

Setting permissions, changing the owner...

2005-07-15 Thread Dom
Dear Debian friends, I'm a new Debian user and a newbie to Linux as well. And I need your help. I searched on the net for this but couldn't find anything... Bare with me as English is not my mother language so I'm not sure if I'm going to explain this right. Hope you understand what I mean. I w

Re: Setting permissions on /mnt

2004-09-03 Thread Paul Stolp
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-09-03 20:03]: > I have a Debian Linux Sid system that has a compactflash slot, setup to > mount CF cards on /mnt/flash. > > I mount them from the commandline, just doing something like this: > > mount -t vfat /dev/hdg1 /mnt/flash > > When mounted, t

Re: Setting permissions on /mnt

2004-09-03 Thread Stefan O'Rear
On Fri, Sep 03, 2004 at 08:59:31PM -0400, [EMAIL PROTECTED] wrote: > I have a Debian Linux Sid system that has a compactflash slot, setup to > mount CF cards on /mnt/flash. > > I mount them from the commandline, just doing something like this: > > mount -t vfat /dev/hdg1 /mnt/flash > > When mou

Re: Setting permissions on /mnt

2004-09-03 Thread Jacob S.
On Fri, 03 Sep 2004 20:59:31 -0400 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have a Debian Linux Sid system that has a compactflash slot, setup > to mount CF cards on /mnt/flash. > > I mount them from the commandline, just doing something like this: > > mount -t vfat /dev/hdg1 /mnt/flas

Setting permissions on /mnt

2004-09-03 Thread [EMAIL PROTECTED]
I have a Debian Linux Sid system that has a compactflash slot, setup to mount CF cards on /mnt/flash. I mount them from the commandline, just doing something like this: mount -t vfat /dev/hdg1 /mnt/flash When mounted, the filesystem is read-only (which is what I want), but is owned by root (I ca

Re: setting permissions

2003-10-30 Thread Andre Kalus
On Thu, 30 Oct 2003 23:43:15 +, john wrote: > > need to know what command i can use so i can write to all files and folders > under any folder which is shared on a network > The command is called "chmod". To use it you have to understand unix file permissions: Every file has an owner and a

setting permissions

2003-10-30 Thread john
of a linux box with shared folders but setting permissions for t he folders like writing to it or ..writing to files and folders under it need to know what command i can use so i can write to all files and folders under any folder which is shared on a network thanks again john -- To

Re: samba newbie: setting permissions?

2002-02-21 Thread Patrick Kirk
On Thu, 2002-02-21 at 17:26, Lars Jensen wrote: >[snip] > > The other user should just be able to run (execute and read) files. > http://ie.samba.org/samba/docs/man/smb.conf.5.html#WRITELIST The key thing is to have it shared with a list of users who have write access. The relevant section of

samba newbie: setting permissions?

2002-02-21 Thread Lars Jensen
I just setup samba, and would like to use it to serve an application to another window user. My situation is such that I have two windows users: One user (administrator) should have full rights to the shared directory. The other user should just be able to run (execute and read) files. How

Re: mounting /tmp and setting permissions

2001-10-08 Thread martin f krafft
* Carel Fellinger <[EMAIL PROTECTED]> [2001.10.08 03:31:33+0200]: > You mean it sticks across boots? Like a filesystem _really_ is > similar to a file:) Once every reboot I presummed in error, > strengthened in this misbelieve by probably false memories of my Atari > MiNT days where it supposidly

Re: mounting /tmp and setting permissions

2001-10-07 Thread Carel Fellinger
On Sun, Oct 07, 2001 at 06:55:14PM -0500, John Patton wrote: > On Mon, Oct 08, 2001 at 12:29:04AM +0200, Carel Fellinger wrote: ... > The permissions should stay the same once they are set. I have /tmp > on it's own partition and I only had to set it once. Note that You mean it sticks across boots

Re: mounting /tmp and setting permissions

2001-10-07 Thread John Patton
On Mon, Oct 08, 2001 at 12:29:04AM +0200, Carel Fellinger wrote: > Its permissions are wrong, so they need to be set right after /tmp is > mounted. For the time being I've added a line to this effect to > /etc/init.d/mountall.sh. I know I could add my own file to the init.d > setup, but this bein

mounting /tmp and setting permissions

2001-10-07 Thread Carel Fellinger
Hay, Now that the kids are getting a new drive, I'm to repartition it all. Want to do a better job this time:), so I thought I'd better use a separate /tmp partition. Mounting it during boot is no problem, though I've always been a bit worried that some program might already use /tmp before it go

Setting permissions for autofs

2000-12-10 Thread Daniel de los Reyes
How do I change permissions por dinamically created mountpoints by autofs? -- __ Daniel de los Reyes S2-Selling Soluciones Valencia Spain e-mail: [EMAIL PROTECTED] Powered by Debian GNU-Linux 2.2r2 __