quote error

when I type this: ./fstab.sh

then I get ./fstab.sh: line 23: /sbin/quotaon: No such file or directory


Pls tell me how to solve it
on redhat
Code:
yum install quota
on debian
Code:
apt-get install quota
if the quota installed give me the result of this code
Code:
rpm -ql quota
 
Last edited:
Back
Top