What is the password for sudo in question For security reasons the xFusionCorp Industries security team has decided to use custom Apache users for each web application hosted, rather than its default user. This will be the Apache user, so it shouldn't use

Hi

   Maybe you need to create the pasword for your user. Use passwd command like this: passwd YourNewUser.

Hope It helps

Refer to the Wiki on the menu bar.

If you need the root levels for this case rose user. Then one way is to create the user and add the user to the wheel group. Then using the command sudo visudo, you should be able to edit your sudo config file with care and without broking the system if you do something wrong. Then you should go to the line where it says something like this: “Uncomment to grant wheel group users root (or sudo I don’t remember well) access”. You go and uncomment only the # not the % in the line. Then close visudo with the command like vim :wq or just press zz twice. Your user Rose in this case now should be able to launch commands with sudo without problem. Also there is an option to grant users the ability to launch sudo commands without passwords in the visudo edit, maybe you don’t need it but just in case.

Not the best security practices but hey, you are learning not in production environment and I never done that lab, just throwing ideas here to help. Hope this helps with the info provided by @al1

@carlos140 all what you wrote is not necessary in KodeKloud Engineer. The usernames and passwords are in the Wiki, the link to which is provided on the menu bar.

Thanks @al1 for let me know. I’ll keep in mind that for another queries in the Engineer platform.

Have a nice day

thank you where much @carlos140 and @al1 for your help