Thank you for the quick reply. How does one get Terminal to find the directory on an external drive?
find . -type d | wc -l
to search within the folderls
to find the folder within the command line, e. g. ls /Volumes/MyVolume
I had this working a couple of months ago. Now when I use the various commands above to switch to the folder on an external drive, Terminal returns "zsh: permission denied:" What am I doing wrong. Thank you.
Thank you for the reply. I don't think permissions is the problem. I read and write files from and to that folder all day long. The permissions to that folder are:
pae (Me) - Read & write
staff - Read only
everyone - Read only