root permission #1484
Answered
by
lobshunter
whale-fall-0803
asked this question in
Q&A
root permission
#1484
-
DescriptionI have a problem. When I run the Centos virtual machine. I can use the limactl shell bash to enter the command line. But if I need to make a software installation request. So I need to obtain root permission, so when I perform sudo operations. How can I know my root password? |
Beta Was this translation helpful? Give feedback.
Answered by
lobshunter
Apr 14, 2023
Replies: 2 comments
-
It should be viable to change password with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AkihiroSuda
-
OK. Thank you very much. I'll give it a try
| |
whale fall
|
|
***@***.***
|
…---- Replied Message ----
| From | ***@***.***> |
| Date | 04/14/2023 11:09 |
| To | ***@***.***> |
| Cc | ***@***.***> ,
***@***.***> |
| Subject | Re: [lima-vm/lima] root permission (Issue #1483) |
It should be viable to change password with sudo passwd, or simply run commands as root by sudo $COMMAND
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be viable to change password with
sudo passwd
, or simply run commands as root bysudo $COMMAND