要進入root權限,您可以使用以下幾種方法之一:
su -
然后輸入root用戶的密碼即可進入root權限。
sudo command
在輸入您的密碼后,即可以root權限執行該命令。
sudo -i
然后輸入您的密碼即可進入root權限,退出root權限只需輸入exit命令。