PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] ./fiend /root -depth
Date: Thursday, 17 Sep 2020, 21:13:32


    > Message Posted By: Unknown
    >
    > /c/cs323/Hwk1/fiend /root -depth prints only an error that the directory
    > cannot be opened, while find /root -depth prints an error along with the
    > name of the directory, /root. Which one should be expected?

Are you sure?

  % /c/cs323/Hwk1/fiend /root -depth
  fiend: opendir(/root) failed
  /root
  % find /root -depth
  find: '/root': permission denied
  /root

--Stan-
PREV INDEX NEXT