I am not able to navigate to the specified path to get jenkins password

Hi Team,

I am not able to navigate to the specified path to get jenkins password.

Hi @kaminipriya98

intialAdminPassword is a file not a directory, so you can’t cd to it, you also can’t execute it which is what

sudo /var/lib/jenkins/secrets/initialAdminPassword

is trying to do

Try this

sudo cat /var/lib/jenkins/secrets/initialAdminPassword

to list the content of the file.