问题描述
我正在尝试在 RHEL/OpenShift 免费服务器上安装客户端工具.但是遵循 https://developers.openshift.com/en/getting-started-rhel-centos.html#client-tools 我应该执行一些给出权限错误的超级用户命令.我需要做些什么来在我的虚拟机上启用超级用户访问权限吗?
I am trying to install Client tools on RHEL/OpenShift free server. However following https://developers.openshift.com/en/getting-started-rhel-centos.html#client-tools I am supposed to execute some super user commands which gives a permission error. Do I need to do something to enable super user access on my virtual machine?
sudo su
bash: /usr/bin/sudo: Permission denied
推荐答案
OpenShift Online 不允许您获得超级用户访问权限,因此我认为您无法在 OpenShift 服务器上安装客户端工具.OpenShift 客户端工具 (rhc) 不是要安装在您的 OpenShift 服务器上,而是要安装在您的本地计算机上.
OpenShift Online does not allow you to gain super user access, so I don't think you will be able to install the client tools on your OpenShift servers. The OpenShift client tools (rhc) aren't meant to be installed on your OpenShift servers, they are meant to be installed on your local computer.
这篇关于OpenShift 超级用户权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!