Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
everytime i run the package in the terminla i get this error--nvidia-installer: Error opening log file '/var/log/nvidia-installer.log' for writing (Permission denied); disabling logging.
[frog@localhost frog]$
Basically, when you installed, you put a password down, thats your root password...so log out of your current user account, and log in with the username: root and the password you selected
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558
Rep:
If you're looking at the GUI (graphical screen) then do the following:
1) hit CTRL+ALT+F2
2) type "init 3" -without the quotes
3) type root
4) type your root password (setup at installation time)
5) go to the dirctory where the file you are trying to run is located and run.
PS: don't worry, I'm a newbie too and it just takes some getting used to so don't be afraid to ask questions.
You can also edit the /etc/inittab file, by typing: vi /etc/inittab
You have to be root to save the file, so su - to root first.
Find the line:
id:5:initdefault:
and change the 5 to a 3, then save and reboot.
So step by step you would do something like this:
[admin@localhost admin]$ su -
Password:
[root@localhost root]# vi /etc/inittab
(/etc/inittab file opens up)
Find the line "id:5:initdefault:" (without the quotes)
Press 'i' to enter into insert mode
Change the 5 to a 3
Press escape to exit insert mode
Type: :wq (colon w q) then hit enter to save the file and exit vi
Type: "shutdown -r now" (without the quotes) to reboot the machine
When it boots back up, it wont' boot into the GUI, so just log in, su - to root again, and run the file you're trying to install.
After you're done edit the /etc/inittab file again (change the 3 back to a 5) so that you're booting back to the GUI.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.