1832054 Members
3346 Online
110034 Solutions
New Discussion

prwxr-xr-x

 
SOLVED
Go to solution
panchpan
Regular Advisor

prwxr-xr-x

Hello.
What command can i use to create file with this permissions?

Thank you!
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: prwxr-xr-x

mkfifo -m 755 /tmp/mypipe

but why would you ever want execute bits set on a named pipe?
If it ain't broke, I can fix that.
panchpan
Regular Advisor

Re: prwxr-xr-x

THANKS A LOT