Results 1 to 4 of 4
Newbie here - Does the Linux kernel only address hardware when it loads and has no internal commands like DOS? Thanks!........
- 10-28-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 5
Question about the kernel
Newbie here - Does the Linux kernel only address hardware when it loads and has no internal commands like DOS? Thanks!.....
- 10-28-2007 #2
The kernel as such only manages hardware and does supervisory tasks like scheduling, memory management and starting and stopping processes. There are plenty of DOS-like commands in Linux but they are handled by a different program: the shell. Actually that's true of DOS as well: it has a kernel called io.sys and a command processor called command.com. The two work together to give you the DOS experience.
In Linux, you have a choice of shells and even the most primitive (the Bourne shell) is far, far more powerful than command.com! The default shell is a derivative of Bourne called bash and it's quite rewarding to learn to use it. It's often much faster and more efficient than using a graphical interface. If you like working at a command line, you'll love Linux."I'm just a little old lady; don't try to dazzle me with jargon!"
- 10-28-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 5
Thanks Hazel! Like command.com for DOS which gives you "internal" commands, how do I find out about the shell "internal" commands?....
- 10-28-2007 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,089
Here's a good place to learn about the shell and command line in Linux:
LinuxCommand.org: Learn the Linux command line. Write shell scripts.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote

