On 2023/11/23 12:38:50 +0000, Pascal Deveaux <fr...@outlook.fr> wrote:
> simple command to create a directories return:
> 
> $ mkdir test
> ksh: mkdir: not found
> 
> I don't understand...

Start off by checking $PATH.  mkdir(1) should be in /bin, see if it's
listed there.  Depending on it, understand either why your $PATH is
wrong or why your filesystem is busted.

Reply via email to