I want to login as user 'root' in bash shell, but do not know the password of it. Here I am talking about the user which i have found in passwd as below:
sudo cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
So, my basic question is that can we able to login as 'root' user or not? if yes and some know about it, let me know.
Thank you.