Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
umask for process substitution
- X-seq: zsh-users 5932
- From: Paul Lew <paullew@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: umask for process substitution
- Date: Thu, 20 Feb 2003 14:41:11 -0800
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Is there a way to set umask for temporary file created with =(cmd)? I
am running a setuid program which failed to read the =(cmd) because it
use mode 600:
> ls =(echo foo)
-rw------- 1 root other 4 Feb 20 13:32 /tmp/zsh8PayQ4
> umask
002
TIA.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author