我有一个在 OpenVZ Webuzo + nginx 上运行 Intel XeonCPU E3-1270 V2 @ 3.50GHz 的 VPS
我曾经以主用户身份通过 SSH 编辑 cronjobs 或其他文件。但似乎在重新启动 MySQL 以修复突然的 CPU 使用率峰值后,我失去了所有特权。
打开、访问或保存文件时出现以下错误:
"user is not in the sudoers file. This incident will be reported.”
[user@vm root]$ php info.php
Could not open input file: info.php
[user@vm root]$ vi hello.text
E212: Can't open file for writing"
当我运行crontab -e
and时crontab -l
,他们什么也没返回。他们只是显示:
[user@vm root]$ crontab -e
[user@vm root]$
不确定它是否与我重新启动服务器、httpd 和 MySQL 有关。我应该怎么做才能将特权恢复给主要用户?