Hello! I type “LS” (lower case “l”) and too “ls -l” to list all my files but is not showing nothing in none folder!
What happens? Can anyone help me?
I can create directories normally, into in folders, but not show me the list…
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You’re probably not looking in the right directory or aren’t interpreting the output correctly. “ls -la” should show hidden files (that begin by ‘.’) if that’s what you’re looking for.