hi every one how can help me to solve this mission
i dont know what is the pass for the admin root !
Hi @ibrahim.haj92,
You don’t need a root password to achieve the task on the kodekloud engineer
platform all users have sudo access so you can use sudo -s
or sudo <cmd>
to perform a sudo task.
The following link can give the necessary information to achieve the kodekloud Engineer
task Nautilus
Regards
if you really need to elevate to root use sudo su - and then the provide passwords for the user in the wiki
if you cp etc etc permission of files directories will be root ownership beware of that
@mmkmou but when we use sudo followed by some command it as for
[sudo] password for thor : what should we give here
It is in the Wiki - search for the link in the top right of the page.