On Thu, 2004-03-25 at 20:33 -0500, Jean Calixte wrote: > Hi all. Whenever I try to run fdisk on my computer, I get an error > stating that > the command couldn't be found. What package do I install from the CD > in order > to get this problem fixed, or do I need to edit my PATH? Any info > would help. > > Thanks Hi Jean. The fdisk command is in the /sbin directory. To use it try /sbin/fdisk from the command prompt. To append /sbin to the end of your current path use: export PATH=`echo $PATH`:/sbin Wayne Steenburg