coreutils
[Top][All Lists]
Advanced

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

Re: setting permission for ... Permission denied


From: Mike Frysinger
Subject: Re: setting permission for ... Permission denied
Date: Tue, 27 Mar 2012 00:28:16 -0400
User-agent: KMail/1.13.7 (Linux/3.2.0; KDE/4.6.5; x86_64; ; )

On Tuesday 27 March 2012 00:05:03 Peter Johansson wrote:
> This is with coreutils 8.4:
> $ /usr/bin/install --version
> install (GNU coreutils) 8.4

that's fairly old at this point.  you should first attempt to upgrade to the 
latest version and see if the problem still exists.

> '/mnt/hpc' is a Samba share so I first thought that I lacked permission
> to write their, but that is obviously not the case because  the call
> 'install align.sh /mnt/hpc/local/bin' is successful. FWIW, chmod 755
> /mnt/hpc/local/bin/align.sh works as expected without warnings. So what
> is different between chmod and install's way of setting permission.

strace it:
        strace /usr/bin/install -c align.sh /mnt/hpc/local/bin
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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