Error: This command has to be run with superuser privileges (under the root user on most systems).
生活随笔
收集整理的這篇文章主要介紹了
Error: This command has to be run with superuser privileges (under the root user on most systems).
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
- 意思是錯誤:此命令必須以超級用戶權限(在大多數系統上以root用戶權限)運行。
- 所以當前的用戶是普通用戶,需要切換為超級用戶(root用戶)
- 先輸入在命令行中輸入
- 然后會出現Password:,你需要輸入root用戶的密碼,然后就可以登錄root用戶了
- 如果密碼輸入錯誤導致沒有成功登錄超級用戶,那就在輸入一次su root,然后在輸入密碼就可以了
總結
以上是生活随笔為你收集整理的Error: This command has to be run with superuser privileges (under the root user on most systems).的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: react-router-dom@6获取
- 下一篇: vue3 v-model变化