Closed stdweird closed 3 years ago
some background: we have POSTIN scripts failing (in particular pcp in el8) due to missing HOME. and it seems that HOME is mandatory in POSIX. the "/" is the reported home of the nobody user
[root@localhost ~]# su - nobody -s /bin/bash -c 'echo $HOME' /
some background: we have POSTIN scripts failing (in particular pcp in el8) due to missing HOME. and it seems that HOME is mandatory in POSIX. the "/" is the reported home of the nobody user