LS not working

It means that the folder is empty :slight_smile:

2 Likes

Run:
cd ~/Downloads
du -h -d1

If it is empty, you will see it tell you the size of the dir, its content, and the parent. If size is at or near dor the dir and nothing inside, it is empty. ls will give you a permission denied if your user cant access it, so it is very likely empty, but that is one way to confirm.