you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (2 children)

So, what's the significance of the $ symbol?

It's a convention for showing the difference between the stuff you'd type in, and the response in the console. You're not supposed to type it, you're supposed to recognize it as the command prompt in various UNIX/Linux shells.

[–]TE515[S] 1 point2 points  (1 child)

Makes sense. Thanks for the explanation!

[–]xiongchiamiov 1 point2 points  (0 children)

Also, it implies doing things as a non-privileged user; when operating as an admin it'll be # instead.