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.
|
||||
-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
|
||||
*****
|
||||
|
||||
|
@ -109,7 +103,7 @@ make >
|
|||
man >
|
||||
mesg >
|
||||
mkdir >
|
||||
mkfifo O X M
|
||||
mkfifo O | M
|
||||
mknod >
|
||||
more >
|
||||
mv >
|
||||
|
|
Loading…
Reference in a new issue