![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Book for Linux Basics and Linux device driver. | sundar.lsr | UNIX for Dummies Questions & Answers | 0 | 02-22-2008 11:30 PM |
| Linux/Unix Shell Scripting Book | thoughts | Linux | 4 | 01-22-2007 10:19 AM |
| Linux Virtual Memory Book | Driver | News, Links, Events and Announcements | 0 | 05-13-2004 03:47 AM |
| Looking for a good book to learn LINUX | bigdawg | Linux | 1 | 02-03-2004 01:12 PM |
| Linux book | Ozzy20 | UNIX for Dummies Questions & Answers | 1 | 01-30-2002 07:42 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
the book Hacking Linux Exposed
i have the book Hacking Linux Exposed. Why is it that a lot of these commands dont work in my RH8 system? Do you need a special package? Or are they outdated?
__________________
hio |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
What commands are not working, you may need to install some of the apps.
|
|
#3
|
|||
|
|||
|
showmount,rpcinfo, Nmap, traceroute, i have the RH8 from Red Hat Linux 8 Bible
__________________
hio |
|
#4
|
||||
|
||||
|
traceroute should be included in the RedHat distro. Check in /usr/bin .
showmount is located in /usr/sbin on our linux (slackware) systems. nmap, rpcinfo and similar programs are often not normally a part of the basic distro and need to be installed. Try something like: Code:
find / | egrep "traceroute|showmount|nmap|rpcinfo" |
|
#5
|
|||
|
|||
|
drings up another question whats distro?
__________________
hio |
|
#6
|
|||
|
|||
|
Distro -- "distribution".
RH is just one of the distros available. Slackware, SuSE, Debian and Mandrake etc. are other distros available. Go to http://www.distrowatch.com and you will find a big list of distros. |
|
#7
|
|||
|
|||
|
ok, i thought it was something like that, like disc set or something
__________________
hio |
|||
| Google The UNIX and Linux Forums |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|