Trying out the command line for the first time

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
punchy71
Posts: 19
Joined: 12. Dec 2011, 18:41

Trying out the command line for the first time

Post by punchy71 »

I was going through the Salix mini walkthroughs in the online manual on page 37 "working with the command line interface" tutorial. It shows new users how to use the command line interface for the first time. I was trying to see the contents of my user directory with the command "ls" at the "myname[~]$" prompt and nothing came up. What did I do wrong?

Thank you
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: Trying out the command line for the first time

Post by Tim CowChip »

Either you have nothing in the directory that you were in when you ran the command or you did something wrong.

If you use a flag like

Code: Select all

ls -a
all files and folders including hidden ones (with a leading "." in their name, like .config) will be listed.

Hacker Public Radio has a really good in depth series "Linux in the Shell" by Dann Washko. http://hackerpublicradio.org/series.php?id=67 there's a link on the page for a video as well.
ImageImage
punchy71
Posts: 19
Joined: 12. Dec 2011, 18:41

Re: Trying out the command line for the first time

Post by punchy71 »

okay that worked, thank you.
Post Reply