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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 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,733
You can find additional information about the ls command by going to a terminal and typing:
Code:man ls
oz
- 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
