How to see list of files and folder without using ls command in Linux (rhel6)

Recommended Answers

All 3 Replies

You can use find or tree for example, or mc to use something interactive. But if you explain why you cannot use ls maybe we can suggest the best solution for you.

What cereal said. Also, if you are running a GUI desktop, then the file system browser will also work for you.

Hello,

Here is something I had to use once on a system that did not ahve ls...

echo .*

only gives you back the results like ls with not size or other data.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.