bug#47703: Same category as "ln " (was: bug#47703: Mention if ln -s needs -r, or ln -r needs -s)

2021-04-29 Thread L A Walsh
On 2021/04/11 07:21, Pádraig Brady wrote: On 09/04/2021 12:46, 積丹尼 Dan Jacobson wrote: man ln says: -r, --relative create symbolic links relative to link location -s, --symbolic make symbolic links instead of hard links Hard to tell from the man page

bug#48106: bug: touch utility does not handle file create error properly

2021-04-29 Thread Roland
hello, touch utility telling weird error on file creation on a immutable/ro dir. apparently, it does not catch/report the first error (EPERM) but only the second one (ENOENT), when trying to set the time on the non-existing file. regards roland kletzing sysadmin root@s900:/tmp# mkdir /tmp/test