LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   execute as root (https://www.linuxquestions.org/questions/linux-newbie-8/execute-as-root-223245/)

tidasu 08-27-2004 05:13 PM

execute as root
 
Hello,

I tried to install a driver via the console. However, it says I need to be the root user to exec.
What was the parrameter I needed to add so it asks for the root password?


Greetz

hawss 08-27-2004 05:15 PM

type "su" without the quotes in the console before running your command. It should ask for the root pass.

tidasu 08-27-2004 05:18 PM

ok, thanks :)

Now it sais I'm running X, and I'm not supposed to run X ...
Where can I stop X?

btmiller 08-27-2004 05:22 PM

Type CTRL+ALT+F1, which will switch you into a textual console, and login as root. Then type "init 3". This should bring you down to text mode (you may still need to log out of your X session, if so, go back to it with CTRL+ALT+F7 and log out).

hawss 08-27-2004 05:25 PM

hey cool! I learned something new there too! I was editing xorg.conf and using a false driver name to stay in text mode lol.


All times are GMT -5. The time now is 06:53 PM.