Results 1 to 4 of 4
Here's another silly question from an old n00b. I want to move certain files from one directory to another so could someone tell me how to display all the directories ...
- 07-14-2007 #1Just Joined!
- Join Date
- Jun 2007
- Location
- Darkest Wales
- Posts
- 29
Displaying Directories
Here's another silly question from an old n00b. I want to move certain files from one directory to another so could someone tell me how to display all the directories under root. Thanks
- 07-14-2007 #2
Hello - you just type ls -al and that will display all your files / directories.
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 07-14-2007 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,090
You can find additional information about the ls command by going to a terminal and typing:
Code:man ls
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 07-14-2007 #4Just Joined!
- Join Date
- Jun 2007
- Location
- Darkest Wales
- Posts
- 29
Thanks for the help guys it is appreciated


Reply With Quote
