In <1238940839.4114.1.ca...@vishnuvardhan>, Gmail POP3 Access wrote:
>[W]hen I did open the /boot/grub/menu.lst there are a lot of entries
>starting with # symbol.

Yeah, there's also documentation for them and an explanation of why they start 
with '#' in that file.

<div class="mood-pissy">
If you'd read the documentation that is displayed on your monitor when you try 
to accomplish a task, you might have to ask fewer questions.
</div>

>I have edited the file with the follwoing entries :
>
>timeout  3
>password --md5 encryptedpassword data.
>
>Should I delete the below lines of the file [ menu.lst ].

Absolutely not.

>[2]    I am unable to create a folder in /home folder.
>I did check everyother folders and to my shock I found that Owner and
>Group is "root".
>I request members to guide me for changing permissions for /home folder.
>Meanwhile I will do some googling.

for d in /home/*; do
        [ -d "$d" ] && u=$(basename "$d") && chown "$u":"$u" "$d"
done
-- 
Boyd Stephen Smith Jr.                   ,= ,-_-. =.
b...@iguanasuicide.net                   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy         `-'(. .)`-'
http://iguanasuicide.net/                    \_/

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to