From 52150d0ad10e88dfddef5adec0977a5817ae579b Mon Sep 17 00:00:00 2001 From: Gitea Date: Sat, 12 Dec 2020 13:35:50 -0600 Subject: [PATCH] Add mkfifo stuff --- README | 1 + TODO | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 7f02279..d1c05a9 100755 --- a/README +++ b/README @@ -37,6 +37,7 @@ tty The following tools are working, but not complete or POSIX-compliant: cal +mkfifo sh wc diff --git a/TODO b/TODO index ee0cedc..d816d29 100755 --- a/TODO +++ b/TODO @@ -17,6 +17,12 @@ 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 ***** @@ -103,7 +109,7 @@ make > man > mesg > mkdir > -mkfifo > +mkfifo O X M mknod > more > mv >