Hi Can someone tell me where i set a umask permanently. Websites ive looked at point towards .profile or .login but i cant find anything like this. I'm running 10.0. Thanks ~Evan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed January 31 2007 07:03, Evan Ingram wrote:
Can someone tell me where i set a umask permanently. Websites ive looked at point towards .profile or .login but i cant find anything like this. I'm running 10.0.
Hi Evan, Is there a particular device or application you're trying to fix? I've never had to adjust the defaults for my day to day desktop work. Carl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Carl Hartung wrote:
On Wed January 31 2007 07:03, Evan Ingram wrote:
Can someone tell me where i set a umask permanently. Websites ive looked at point towards .profile or .login but i cant find anything like this. I'm running 10.0.
Hi Evan,
Is there a particular device or application you're trying to fix? I've never had to adjust the defaults for my day to day desktop work.
Carl
The desired effect im after is having a shared folder where all files are rw by the user and group, without having to manually set permissions. ~Evan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed January 31 2007 08:04, Evan Ingram wrote:
The desired effect im after is having a shared folder where all files are rw by the user and group, without having to manually set permissions.
Is the 'folder' ("directory!") stored on a native *nix filesystem? Carl p.s.: please reply to the list only... I only need one copy ;-) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Carl Hartung wrote:
On Wed January 31 2007 08:04, Evan Ingram wrote:
The desired effect im after is having a shared folder where all files are rw by the user and group, without having to manually set permissions.
Is the 'folder' ("directory!") stored on a native *nix filesystem?
Carl
p.s.: please reply to the list only... I only need one copy ;-)
Its on one box and nfs mounted to other boxes. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed January 31 2007 08:32, Evan Ingram wrote:
Its on one box and nfs mounted to other boxes.
Instead of playing twenty questions and dragging this discussion out, I recommend you Google the phrase "umask and nfs". I counted 307,000 hits this morning and many at the very top appear to be threaded discussions addressing precisely your topic. hth & regards, Carl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Le Mittwoch, 31. Januar 2007, Evan Ingram a écrit :
The desired effect im after is having a shared folder where all files are rw by the user and group, without having to manually set permissions.
~Evan
I got that done using acl (access control lists). There is a bunch of command line tools available, e.g. chacl, and reading through the man pages helped me understand the acl concept somewhat, but I found it easier to use konquerors permissions dialogue to actually set/change the advanced permissions. -- Gruß Andreas -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 31 Jan 2007, evan.ingram@cariss.co.uk wrote:
Can someone tell me where i set a umask permanently. Websites ive looked at point towards .profile or .login but i cant find anything like this. I'm running 10.0.
(1) System wide: /etc/profile.local (2) per user: ~/.bash_profile or ~/.profile Charles -- printk ("Barf\n"); linux-2.6.6/arch/v850/kernel/module.c
Am Mittwoch, 31. Januar 2007 19:16 schrieb Charles philip Chan:
On 31 Jan 2007, evan.ingram@cariss.co.uk wrote:
Can someone tell me where i set a umask permanently. Websites ive looked at point towards .profile or .login but i cant find anything like this. I'm running 10.0.
(1) System wide: /etc/profile.local
(2) per user: ~/.bash_profile or ~/.profile
(3) per filesystem: set "umask=value" in /etc/fstab from "man fstab": # umask=value # Set the umask (the bitmask of the permissions that are not present). # The default is the umask of the current process. The value is # given in octal. -- David Mayr, http://davey.de openSUSE LINUX, http://opensuse.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed January 31 2007 13:52, David Mayr wrote:
Am Mittwoch, 31. Januar 2007 19:16 schrieb Charles philip Chan:
On 31 Jan 2007, evan.ingram@cariss.co.uk wrote:
Can someone tell me where i set a umask permanently. Websites ive looked at point towards .profile or .login but i cant find anything like this. I'm running 10.0.
(1) System wide: /etc/profile.local
(2) per user: ~/.bash_profile or ~/.profile
(3) per filesystem: set "umask=value" in /etc/fstab
from "man fstab":
# umask=value # Set the umask (the bitmask of the permissions that are not present). # The default is the umask of the current process. The value is # given in octal.
These answers are great for local native *nix filesystems but the OP inquired about providing local network clients equal u+g rw ("shared") access to an nfs mounted "folder" without specifying what kind of filesystem that "folder" is stored in, who does the mounting at either end, when that occurs or even how... :-/ That's why I pointed him to Google with a tested search phrase. :-) Carl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (5)
-
Andreas
-
Carl Hartung
-
Charles philip Chan
-
David Mayr
-
Evan Ingram