[SOLVED] Unable to open the web browser as root user
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.
It means that running your web browser as root is arguably the worst thing you could possibly do from a security standpoint. Explain why you want to give the entire internet root access to your system?
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
I would suggest that if you don't know what the error message means you probably don't know enough to make the decision to run your web browser as root. It suggests to me you just have to specify a directory into which user data will be stored, since you're running the browser with a user it wasn't designed to be run as.
@snowpine I am studying how to configure apache web server 1.3.X under linux. In the book they mention all httpd operations are to be run as super user. As i log in to root, I wont be able to access internet for any help because i don't have a web browser.
I think you need a new book. The current Apache version is 2.2. Apache 1.3 dates to the 1990s and is now "end of life." Your book's suggestion to browse the web as root is, to be blunt, terrible advice.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
abhishekgit, there is no need to log in as root. You should log in as your usual user account then either open a "root terminal" if your distro provides it or open a terminal and su to root in the terminal. That way you can perform root commands in the terminal and open your browser as your normal user account.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.