Results 1 to 3 of 3
Hi, i am very new to Linux, and confused about few things if someone can please clear me on these.
- what i s the command in Linux to find ...
- 12-05-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 2
Few Questions on Linux
Hi, i am very new to Linux, and confused about few things if someone can please clear me on these.
- what i s the command in Linux to find all the applications Installed
- How to see the routing Table in Linux
- What is Kernel and what is the command to know which kernel Module in Linux
- What is Monolithic & Modular Kernel
- What is Symbolic Link & Hard Link
and i will appricate if someone had any tutorial to better under linux like Linx for dummies
Regards
- 12-05-2006 #2There is no single command that will tell you everything that's installed, but a lot of applications install links to themselves in your /bin and /usr/bin directories. To list the contents of these, use this:
Originally Posted by inamski
Code:ls /bin ls /usr/bin
Can you rephrase this question? The Linux Kernel is the brain of the OS. It is the program that runs all other programs and processes. To list all the kernel modules that are currently loaded, use this:- What is Kernel and what is the command to know which kernel Module in Linux
Code:lsmod
There are several Linux tutorials in this thread:and i will appricate if someone had any tutorial to better under linux like Linx for dummies
Regards
http://www.linuxforums.org/forum/lin...ead-first.htmlRegistered Linux user #270181
TechieMoe's Tech Rants
- 12-05-2006 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 2
Thank you Techiemoe for your very usefull info


Reply With Quote