Bhudki Answered question October 19, 2024
To enable root login in Kali Linux, you can set a root password using the following steps:
1. Open a terminal.
2. Set the root password by running:
sudo passwd root
3. Enter your current user password (for `sudo`), then type and confirm the new password for the root user.
After this, you can switch to the root user by typing:
su –
and entering the root password.
praxantp Answered question October 19, 2024