Figured out the problem with mkfifo
This commit is contained in:
parent
52150d0ad1
commit
e2d9ab6879
1 changed files with 1 additions and 7 deletions
8
TODO
8
TODO
|
@ -17,12 +17,6 @@ cal can't show calendar for whole year
|
||||||
This needs to be done eventually.
|
This needs to be done eventually.
|
||||||
-Kat
|
-Kat
|
||||||
|
|
||||||
mkfifo mode argument doesn't work?
|
|
||||||
I tried running ./mkfifo -m ug=rwx hi and got a fifo named hi
|
|
||||||
with the mode 0750. I'm not sure exactly what happened there,
|
|
||||||
but it needs to be fixed.
|
|
||||||
-Kat
|
|
||||||
|
|
||||||
TODOS
|
TODOS
|
||||||
*****
|
*****
|
||||||
|
|
||||||
|
@ -109,7 +103,7 @@ make >
|
||||||
man >
|
man >
|
||||||
mesg >
|
mesg >
|
||||||
mkdir >
|
mkdir >
|
||||||
mkfifo O X M
|
mkfifo O | M
|
||||||
mknod >
|
mknod >
|
||||||
more >
|
more >
|
||||||
mv >
|
mv >
|
||||||
|
|
Loading…
Reference in a new issue