LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can you help me ? (https://www.linuxquestions.org/questions/linux-newbie-8/can-you-help-me-369960/)

Khmer 10-05-2005 08:03 AM

can you help me ?
 
Hi everyone can u help me to answer my questions?


1- What is the init process?
2- What is run level?
3- If i want directly boot to run level3, How can i do?
4- I lost root's password, i can not login to system, how can i change it?
5- What is Boot Loader? Compare the diffrent between LILO and GRUB?
6- If i want to boot directly to Fedora core3 without waiting time, How can I change?

7- I have two file system ntfs and ext3, now i want to run a file in ntfs, What should i do first?


Please help me to answer all of these question as much as you. Thanks anyway.

jtshaw 10-05-2005 08:23 AM

I'll field a few...

1: The init processes is the mother of all processes. It usually (unless you have some sort of odd kernel setup) has a PID of 1. It is the first process run in user space and is in charge of launching other processes, which in turn launch other processes, and so on.

2 & 3: Here is a nice list of the normal Linux run levels.
Code:

1 - Single User Mode
2 - Single User Mode with Networking
3 - Multi-User Mode - boot up in text mode
4 - Not yet Defined
5 - Multi-User Mode - boot up in X Windows
6 - Shutdown

You can change runlevels on boot by passing in the number (or the word single for single user mode) as a command line parameter. Once the system is booting typing init <runlevel number> on a command line (as root) will change your current runlevel.

4: http://linuxgazette.net/107/tomar.html

5: The bootloader is the program installed into either the MBR (master boot record) or the first block or so of a particular partition which the bios executes after doing all its startup diagnostics. There are several differences between LILO and GRUB, but I think of GRUB has a more modern, more flexible bootloader.

6: Exact procedure depends on the boot loader your using. If your using grub then edit your /boot/grub/menu.lst (might also be called grub.conf) file. Set the default parameter to whatever choice you want the default to be (numbering starts at 0). Set the timeout to 0. I actually recommend having it wait 2 seconds so it isn't such a pain if you have trouble getting Fedora to boot.

7: NTFS isn't supported well under Linux as it is a propriety fs with no specs. The LInux kernel can give you read-only support for NTFS. Captive can give you read/write support. I've never used Captive.. so I can't make any claims to how well it works.


All times are GMT -5. The time now is 11:56 PM.