akanit patinung Asked: 2024-11-11 08:22:08 +0800 CST2024-11-11 08:22:08 +0800 CST 2024-11-11 08:22:08 +0800 CST How to solve ls cannot access? 772 When I use ls -al $HOME/.local/share/gnome-shell/ it's no problem, but when I use ls -al $HOME/.local/share/gnome-shell/extensions/ it will apear the text ls cannot access. I search in many website, but I cannot solve this problem. MyOS: Ubuntu 24.04 LTS Sorry if I write false grammar. command-line 1 Answers Voted Best Answer Thomas Ward 2024-11-11T10:06:54+08:002024-11-11T10:06:54+08:00 This is most likely a typo on your part. You've used extentions instead of extensions. This is why you get the error message you see, because it's an incorrect spelling.
This is most likely a typo on your part.
You've used
extentions
instead ofextensions
. This is why you get the error message you see, because it's an incorrect spelling.