Bash: Quotacheck: Command Not Found

Welcome Login | Register

Bash: Quotacheck: Command Not Found
  Forums Index
      » Linux Hosting Forums
        » » bash: quotacheck: command not found



Bash: Quotacheck: Command Not Found
Post Description:
Post Tags: bash, quotacheck, command, not, found, linux hosting, troubleshoot, help, support advise, questions, answers
This Post Has Been Viewed 160 Times Since Sat Jun 21, 2008 5:52 pm Posted By hostman with 1 replies
Next Post »» ERROR: flex not found!
Bash: Quotacheck: Command Not Found
i had an issue installing ipconfig on fedora i tried to send this command:

quotacheck -avugm


but i got this error:

bash: quotacheck: command not found


so to fix this, i had to run it like this:

/sbin/quotacheck -avugm


after i did that, it worked

quotacheck: WARNING - Quotafile //aquota.user was probably truncated. Cannot save quota settings...
quotacheck: WARNING - Quotafile //aquota.group was probably truncated. Cannot save quota settings...
quotacheck: Scanning /dev/sda3 [/] done
quotacheck: Checked 7485 directories and 71786 files



so the next step was to send this command:

quotaon -avug


and yet again i got this error again. so guess what, ahhaha, you guess it, you need to add the /sbin to make it work

/sbin/quotaon -avug


after i sent it, i didnt get the error anymore
/dev/sda3 [/]: group quotas turned on
/dev/sda3 [/]: user quotas turned on


hope that helps you


Leave Your Comments






Share
HTML Link:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About Bash: Quotacheck: Command Not Found




:: 1 :: #58762 - Reply By ispconfig On Sat Jun 21, 2008 6:08 pm
if you also get this:

bash: sbin/postconf: No such file or directory


what you need to do is login at root. or in my case, since i dont know the root password, i will just login as su so send this command:

su -


now it should work