ajit mohan b


{ City } tvm
< Country > india
* Profession *
User No # 21729
Total Questions Posted # 0
Total Answers Posted # 18

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 259
Users Marked my Answers as Wrong # 36
Answers / { ajit mohan b }

Question { 7876 }

how to install linux OS? pls send step by step


Answer

1) Obtain any desired distro ISO.
2) Burn the ISO at 2x or 4x (lowest available)
3) Boot and press enter to start the installation.
4) Follow on-screen instructions.
5) hxxp://www.howtoforge.com/ has almost all distro
installation details step by step with screen shots

Rgds,

Is This Answer Correct ?    11 Yes 6 No

Question { Wipro, 13404 }

if root user forget the password how to change it?


Answer

You can reset forgotten root password under Linux by booting
system into single user mode or emergency mode (also known
as rescue mode).

Following is the procedure to reset root password if you are
using GRUB as a boot loader:

1.Select the kernel
2.Press the e key to edit the entry
3.Select second line (the line starting with the word kernel)
4.Press the e key to edit kernel entry so that you can
append single user mode
5.Append the letter S (or word Single) to the end of the
(kernel) line
6.Press ENTER key
7.Now press the b key to boot the Linux kernel into single
user mode
8.At prompt type passwd command to reset password:

You need to mount at least / and other partitions:
# mount -t proc proc /proc
# mount -o remount,rw /

Change the root password, enter:
# passwd
Finally reboot system:
# sync
# reboot

Boot loader is LILO:

At LILO boot loader type linux single and press [ENTER] key:
Boot: linux single

When you get the # prompt you will need to type passwd root
to reset password:
# passwd

Reboot system:
# sync
# reboot

Is This Answer Correct ?    11 Yes 2 No


Question { Wipro, 13404 }

if root user forget the password how to change it?


Answer

You can reset forgotten root password under Linux by booting
system into single user mode or emergency mode (also known
as rescue mode).

Following is the procedure to reset root password if you are
using GRUB as a boot loader:

1.Select the kernel
2.Press the e key to edit the entry
3.Select second line (the line starting with the word kernel)
4.Press the e key to edit kernel entry so that you can
append single user mode
5.Append the letter S (or word Single) to the end of the
(kernel) line
6.Press ENTER key
7.Now press the b key to boot the Linux kernel into single
user mode
8.At prompt type passwd command to reset password:
You need to mount at least / and other partitions:
# mount -t proc proc /proc
# mount -o remount,rw /

Change the root password, enter:
# passwd
Finally reboot system:
# sync
# reboot

Boot loader is LILO:

At LILO boot loader type linux single and press [ENTER] key:
Boot: linux single

When you get the # prompt you will need to type passwd root
to reset password:
# passwd

Reboot system:
# sync
# reboot

Is This Answer Correct ?    7 Yes 2 No

Prev    1    [2]