Recently installed CentOS and many commands are not working:
[root@zrebirth zeno]# quotacheck
bash: quotacheck: command not found
[root@zrebirth zeno]# adduser
bash: adduser: command not found
[root@zrebirth zeno]# warnquota
bash: warnquota: command not found
[root@zrebirth zeno]# edquota
bash: edquota: command not found
But they all exist, so they must not be linked:
/sbin/quotacheck
/usr/sbin/adduser
/usr/sbin/warnquota
/usr/sbin/edquota
I'm sure there are more. Is there a way I can quickly fix all of these (even the ones I don't know) without doing each one manually?