LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   command not found (https://www.linuxquestions.org/questions/linux-newbie-8/command-not-found-940259/)

blackdog54 04-17-2012 09:38 AM

command not found
 
I just installed ubuntu server 11.1 using vmware and then added the gui. When I go to finish with the command that I thought would start the gui it says "command not found". The command I am using is "sudo /etc/init.d/gdm start" and I have also tried "sudo /etc/init.d/gdm restart".

jkirchner 04-17-2012 10:29 AM

Try:
Code:

sudo service gdm start
Per Psychocats at http://www.psychocats.net/ubuntu/minimal

pafoo 04-17-2012 10:37 AM

Command not found means your path is not set up to sudo. Use to absolute path. /usr/bin/sudo /etc/init.d/gdm start

Satyaveer Arya 04-17-2012 10:39 AM

Quote:

I just installed ubuntu server 11.1 using vmware and then added the gui.
Which gui you added/installed? You installed Ubuntu on Virtual Machine, right? If it is so, then the GUI would have already been there. Isn't it?

blackdog54 04-17-2012 11:18 AM

Thank you all for your help. After working on it for quite some time I walked away, came back and "DUH" did a reboot. Works fine.

Satyaveer Arya 04-17-2012 11:20 AM

Glad to know that it worked out for you. Now if your problem has been solved, you can mark your thread as SOLVED. :)


All times are GMT -5. The time now is 01:58 PM.