Link to home
Start Free TrialLog in
Avatar of Bradley Haynes
Bradley HaynesFlag for United States of America

asked on

quotacheck command not found when attempting to set up server for ispconfig install.

Fedora core 5 installed. . .clean
. . .yum install quota (success)

modified the fstab . . .
vi /etc/fstab

/dev/VolGroup00/LogVol00 /                       ext3    defaults,usrquota,grpquota        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2devpts                  /dev/pts                devpts  gid=5,mode=620  0 0tmpfs                   /dev/shm                tmpfs   defaults        0 0proc                    /proc                   proc    defaults        0 0sysfs                   /sys                    sysfs   defaults        0 0/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
(success)

touch /aquota.user /aquota.group
chmod 600 /aquota.*
mount -o remount / (success)

quotacheck -avugm "command not found"
quotaon -avug  "command not found"

As a relative newbie I have searched for the path to a solution on google to no avail.
What am I missing?
ASKER CERTIFIED SOLUTION
Avatar of slyong
slyong

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bradley Haynes

ASKER

thanks

I actually recalled the " su - " syntax to provide path auth to root. I appreciate the prompt reply.