<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Linux Made Me Feel Stupid Again Today&#8230;</title>
	<atom:link href="http://www.usabilityblog.com/2006/07/linux-made-me-feel-stupid-again-today/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usabilityblog.com/2006/07/linux-made-me-feel-stupid-again-today/</link>
	<description>Blogging about usability, user experience and design</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Snarkster</title>
		<link>http://www.usabilityblog.com/2006/07/linux-made-me-feel-stupid-again-today/comment-page-1/#comment-21</link>
		<dc:creator>Snarkster</dc:creator>
		<pubDate>Wed, 09 May 2007 09:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.speechusability.com/wordpress/?p=38#comment-21</guid>
		<description>To get to superuser when logged in as your normla user.  just open terminal and type su - this makes you really superuser.  with out the  - you arent using the superuser path.  Its important.

Once you are sitting at the root@~ prompt (or what ever pwd tells you) then start vi /etc/grub/grub.conf
hit the insert button
edit changes
press esc
type :wq
hit enter
and your done, file is edited and your good to go.

look me up on freenode irc snarkster is my name..

see ya round</description>
		<content:encoded><![CDATA[<p>To get to superuser when logged in as your normla user.  just open terminal and type su &#8211; this makes you really superuser.  with out the  &#8211; you arent using the superuser path.  Its important.</p>
<p>Once you are sitting at the root@~ prompt (or what ever pwd tells you) then start vi /etc/grub/grub.conf<br />
hit the insert button<br />
edit changes<br />
press esc<br />
type :wq<br />
hit enter<br />
and your done, file is edited and your good to go.</p>
<p>look me up on freenode irc snarkster is my name..</p>
<p>see ya round</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Farnham</title>
		<link>http://www.usabilityblog.com/2006/07/linux-made-me-feel-stupid-again-today/comment-page-1/#comment-20</link>
		<dc:creator>Kevin Farnham</dc:creator>
		<pubDate>Wed, 26 Jul 2006 09:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.speechusability.com/wordpress/?p=38#comment-20</guid>
		<description>When you logged in as root in the command window, you made it so that command window was running a session using the root login. However, the rest of your system was logged in using your normal user name, which does not have &quot;root&quot; privileges. So, if you open a text editor using the menuing system, then that instance of the editor is running using your normal login, not root. Hence, the editor will not be able to store a file the GRUB &quot;menu.lst&quot; file (I think this is what you&#039;re trying to edit, right?).


What you need to do is invoke the editor from within the command window where you are logged in as root. If your editor is gedit, you can do this by typing the following at the comand line:


gedit &amp;


Before you actually change &quot;menu.lst&quot; I recommend making a back-up copy of the current version by going to the correct directory within your command window where you&#039;re logged in as root and entering something like:


cp menu.lst menu.lst_ok


You probably knew the command, but the point is it has to be done within the command window where you&#039;ve changed your user to root.


Ubuntu also provides an alternative approach for opening an editor with &quot;root&quot;/superuser privileges:


open a command/terminal window
execute: &quot;sudo gedit&quot;
enter your password


This runs a session of the gedit editor as user &quot;root&quot;.</description>
		<content:encoded><![CDATA[<p>When you logged in as root in the command window, you made it so that command window was running a session using the root login. However, the rest of your system was logged in using your normal user name, which does not have &#8220;root&#8221; privileges. So, if you open a text editor using the menuing system, then that instance of the editor is running using your normal login, not root. Hence, the editor will not be able to store a file the GRUB &#8220;menu.lst&#8221; file (I think this is what you&#8217;re trying to edit, right?).</p>
<p>What you need to do is invoke the editor from within the command window where you are logged in as root. If your editor is gedit, you can do this by typing the following at the comand line:</p>
<p>gedit &amp;</p>
<p>Before you actually change &#8220;menu.lst&#8221; I recommend making a back-up copy of the current version by going to the correct directory within your command window where you&#8217;re logged in as root and entering something like:</p>
<p>cp menu.lst menu.lst_ok</p>
<p>You probably knew the command, but the point is it has to be done within the command window where you&#8217;ve changed your user to root.</p>
<p>Ubuntu also provides an alternative approach for opening an editor with &#8220;root&#8221;/superuser privileges:</p>
<p>open a command/terminal window<br />
execute: &#8220;sudo gedit&#8221;<br />
enter your password</p>
<p>This runs a session of the gedit editor as user &#8220;root&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

