LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Command explaination? (https://www.linuxquestions.org/questions/linux-newbie-8/command-explaination-653111/)

ggarrette 07-02-2008 11:10 AM

Command explaination?
 
I am working off of a guide:
http://www.howtoforge.com/opennms_network_management

I am installing Postgressql and my instruction say to

Initialize database

$bin/initdb -D data/

What is the $ before the command mean?

tanveer 07-02-2008 11:14 AM

"$" is the prompt of the bash shell for regular user.
But if you login as root user then the prompt will be like "#".

ggarrette 07-02-2008 11:16 AM

Thank you!!!


All times are GMT -5. The time now is 05:09 PM.