sudo

  • 网络命令
sudosudo
  1. In that case , one can use sudo .

    在这种情况下,可以使用sudo。

  2. To become the system administrator , run the sudo bash command .

    要成为系统管理员,请运行sudobash命令。

  3. As discussed earlier , sudo will strip out potentially dangerous system variables .

    正如前面提到的,sudo会缩减系统变量,这可能有危险。

  4. Users are configured by sudo to allow specific set of commands .

    sudo对用户进行配置,以使其使用特定的命令组。

  5. To run a sudo command , the general format is

    运行sudo命令的一般格式为

  6. Sudo allows you to control who can run what commands as whom .

    sudo允许您控制谁可以作为谁运行什么命令。

  7. That also gets rid of the sudo password problems , which is nice .

    同时也消除了sudo密码问题,所以这样做会很好。

  8. Of course , this also helps with keeping an eye on failed sudo events .

    当然,这也有助于监视失败的sudo活动。

  9. Compile the source code , and then install the tool using sudo permissions .

    编译源代码,然后使用sudo权限安装该工具。

  10. Sudo is a good solution to normal user for root access , however it has its limitations .

    对于普通用户来说,sudo是实现root访问的一种很好的解决方案,不过,它也有一定的局限性。

  11. One solution is to use sudo with su , but first you must restrict them using su .

    一个解决方案是对su使用sudo,但是首先必须限制他们使用su。

  12. To see the HA system status , run the sudo crm_mon command .

    要查看HA系统状态,运行sudocrmmon命令。

  13. All that 's left to do is install it with sudo make install .

    剩下的工作就是使用sudomakeinstall进行安装。

  14. With a root user , or the sudo command , this isn 't a problem .

    使用root用户的权限或sudo命令就能顺利完成。

  15. Sudo : Allows you to run Snort with administrative privileges .

    sudo:允许您使用管理特权运行Snort。

  16. Make compiles the code , and sudo make install installs the code in system directories .

    make编译代码,sudomakeinstall在系统目录中安装代码。

  17. You will be prompted for the sudo password for installation to continue .

    您会被提示输入sudo密码才能继续安装。

  18. Now when the sudo script is executed , the above environment variables are preserved .

    现在,在执行这个脚本时,这两个环境变量会保持不变。

  19. From the command-prompt , enter sudo bash to get root access .

    从命令提示符中,输入sudobash获取根访问。

  20. Launch into setup as root by running the command sudo minicom-s.

    运行sudominicom-s命令,作为根用户启动设置过程。

  21. Sudo has a feature that uses time tickets to determine how long since the last sudo command was run .

    sudo的一个特性使用时间票据判断自从最后一次运行sudo命令以来已经过了多长时间。

  22. Provide privileges to a user id which can sudo to the service id to perform the operations .

    向可用于替换服务ID来执行操作的用户ID授予权限。

  23. Test your SNMP connection by logging in to the IBM Tivoli Monitoring server as root sudo bash

    作为root用户sudobash登录到IBMTivoliMonitoring服务器,进而测试您的SNMP连接

  24. Issue a sudo service heartbeat stop on the active node ; see where things moved , then restart it .

    在活动节点上发出一个sudoserviceheartbeatstop;查看哪些地方资源转移了,然后重新启动该节点。

  25. Sudo is a utility that allows systems administrators to give users or groups the ability to run commands as another user .

    系统管理员可以通过sudo实用程序让用户或组能够作为另一个用户运行命令。

  26. This file holds the sudo entries .

    这个文件包含sudo条目。

  27. This option clearly tries to lock down specific areas where a user runs a sudo command , which is good practice .

    这个选项的目的显然是要限制用户运行sudo命令的范围,这是一种好做法。

  28. Using sudo , one can let these users gain authorized access without knowing the password that are allowed to su to .

    可以使用sudo让这些用户得到访问授权,而不需要知道目标账户的密码。

  29. However , before you run this command , you should either log in as a root user or use the sudo command .

    但在执行这条命令之前,您应作为root用户登录或使用sudo命令。

  30. This process is carried out by the root user making sudo entries in the / etc / sudoers file .

    root用户通过在/etc/sudoers文件中设置sudo条目完成这个过程。