• 意思是错误:此命令必须以超级用户权限(在大多数系统上以root用户权限)运行。
  • 所以当前的用户是普通用户,需要切换为超级用户(root用户)
  • 先输入在命令行中输入
su root
  • 然后会出现Password:,你需要输入root用户的密码,然后就可以登录root用户了
  • 如果密码输入错误导致没有成功登录超级用户,那就在输入一次su root,然后在输入密码就可以了

Error: This command has to be run with superuser privileges (under the root user on most systems).相关推荐

  1. svn执行update操作后出现:Error : Previous operation has not finished; run 'cleanup' if it was interrupted.

    svn执行update操作后出现:Error : Previous operation has not finished; run 'cleanup' if it was interrupted. s ...

  2. python gui Gooey 报错 error: argument command: invalid choice:

    运行程序时报错: usage: main_gui_batcmm.py [-h] {Run Reset} ... main_gui_batcmm.py: error: argument command: ...

  3. xvfb-run: error: xauth command not found 解决方式

    解决方式转于:http://tokanao.com/blog/2016/07/13/blog.html 错误提示 array(2) { [0]=> string(27) "which: ...

  4. Error: cmd: Command failed with exit code ENOENT

    在Webstorm中执行命令: cordova build android 时的提示: Error: cmd: Command failed with exit code ENOENT 在网上搜索后: ...

  5. Python pip – error: invalid command ‘bdist_wheel’

    原文@http://software-engineer.gatsbylee.com/python-pip-error-invalid-command-bdist_wheel/ Python pip – ...

  6. ERROR: Unrecognized command line argument: #39;use#39;

    Unrecognized command line argument: 'use' gvm- -GoLang语言多版本管理工具 基础环境 centos6.5 报错内容 gvm在命令行以外的任何地方调用 ...

  7. mysql 还原数据库 unknown command 'b'_mysql数据库还原出错ERROR:Unknown command ‘\\’解决手记...

    使用mysql命令行客户端,使用source导入备份文件,但导入中出错, ERROR: Unknown command '\\'. ERROR: Unknown command '\". E ...

  8. Linux:rsync error: remote command not found (code 127) at io.c(226) [sender=3.1.2

    rsync同步数据报错: 问题描述: bash: rsync: command not found rsync: connection unexpectedly closed (0 bytes rec ...

  9. Linux下Wireshark的Lua: Error during loading 和 couldn't run /usr/bin/dumpcap in child process 的解决方案

    1 出错分析 Wireshark 基于 dumpcap, dumpcap 是一个功能强大的网络流分析工具,但是它是命令行的工具,Wireshark 在其基础上添加了一层好用的 GUI 和脚本来简化操作 ...

最新文章

  1. [leedcode 118] Pascal's Triangle
  2. “双轮驱动”突破瓶颈,智源研究院发布“自然语言处理”重大研究方向,携手京东打造联合实验室...
  3. zabbix监控实践解析(历史记录附近乱码、图表显示乱码)
  4. 汉字转拼音(c#) -转载
  5. Web API--自定义异常结果的处理
  6. 为什么8位数据范围是-128到127,而不是-127到128?
  7. 深度学习与计算机视觉(四)反向传播及其直观理解
  8. 一次openresty http.lua 性能调优之旅
  9. chrome调式工具
  10. php startup memcache,centos php 安装memcache模块
  11. 《巴伦周刊》:除了芯片,英特尔还是一家顶级风投
  12. JS实现自定义右键菜单
  13. 人脸识别权威评测和人脸识别技术现状
  14. mysql连接显示“message from server :“Host ‘XXXX‘ is not allowed to connect to this MySQL server“”
  15. 游戏设计的艺术:一本透镜的书——第十九章 世界包含着各种空间
  16. 大咖联袂发布!《慧技术·惠金融——2022金融科技趋势研究报告》开放下载
  17. vmware 解决二进制转换与此平台上的长模式不兼容
  18. k8s调试工具--busybox
  19. C++实现一个有理数类,包括大小比较,有理数的加减乘除。测试你的类。
  20. Nuxt学习(vue项目移植)

热门文章

  1. 『数据库』 E-R图(实体联系图)你都不会,你设计什么数据库?
  2. P1518 两只塔姆沃斯牛 The Tamworth Two(简单的搜索题)
  3. 如何使用makefile编译不同平台的目标文件(makefile的参数传递)
  4. SUSE Linux 启动顺序
  5. 了解LSTM和GRU
  6. React 新特性 Hooks 讲解及实例(四)
  7. PHP(一)——概述及服务器配置
  8. 银行爆雷不断,放在银行的钱安全吗?
  9. SolidGraph CAD System
  10. Java入门, 线程