I am having troubles to list the content of a folder in RHEL8.
my actions :
cd /path1/path2
ls -lash
-> no files listed – seems empty folder
cd /path1/path2/path3
ls -lash
-> i get files listed
cd /path1/path2
ls -lash
-> i get files listed
Not sure why i don’t get my files listed at the first attempt. Maybe it’s a kind of automount?
My problem is, i don’t always know the exact path of the files i need to access and i sometimes need to browse… but without seeing the content of a folder, it’s harder!
any advice please ? i use csh, if that matters.
1