我正在尝试通过以下命令更改VPS的密码:
vzctl set 180 --userpasswd root:test123 --save
它给了我这个错误:No changes in CT configuration, not saving
使用OpenVZ
发布于 2013-07-23 15:59:29
不要使用--save。
vzctl set 180 --userpasswd root:test123应该没问题。
要了解更多信息,请参阅Setting_root_Password_for_Container
https://stackoverflow.com/questions/16100320
复制相似问题