فعال کردن روت در کالی لینوکس root kali linux
دوشنبه, ۱۶ آبان ۱۴۰۱، ۱۲:۴۸ ب.ظ
فعال کردن روت در کالی لینوکس root kali linux
https://linuxconfig.org/how-to-enable-root-login-on-kali-linux
Open a terminal and follow the steps below to enable root login in your GUI.
- First, use the apt package manager to install the
kali-root-login
package.
$ sudo apt update $ sudo apt install kali-root-login
Next, you need to set the root password with the passwd
command. Even just setting it to the current password of your user account is fine, but this command must be run.
$ sudo passwd [Enter password twice]
Once executed, the new root password has been set to your desired passphrase.
Now you can return to the login screen by switching users, logging out, or restarting the system.
Login with the root user account and the password you just set in the previous steps.
۰۱/۰۸/۱۶