help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tramp: changing umask?


From: egarrulo
Subject: Re: Tramp: changing umask?
Date: Wed, 8 Jun 2016 21:37:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

On 08/06/16 17:20, Barry Margolin wrote:
In article <drq6pqFb3dsU1@mid.individual.net>,
  egarrulo <egarrulo@gmail.com> wrote:

When I create a file with C-x C-f (ido-find-file) in Tramp, Tramp
creates the file with 0664 permissions instead of 0644 permissions.

Here is the relevant configuration:

(setq tramp-default-user "myuser")
(require 'tramp)

How can I make Tramp create new files with 0644 permissions?  Thanks.

It sounds like the target user's umask is different from your umask.

Thanks for your suggestion.  Indeed the user's umask is 0002, which explains
the 0664 permissions.  Can I change the umask from Tramp before
creating/saving files?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]