Skip to content

Updated README.md#338

Merged
probonopd merged 1 commit intohelloSystem:experimentalfrom
antranigv:patch-1
Dec 8, 2021
Merged

Updated README.md#338
probonopd merged 1 commit intohelloSystem:experimentalfrom
antranigv:patch-1

Conversation

@antranigv
Copy link
Copy Markdown
Contributor

sudo su would do two nested processes, one for sudo running su and one for su running the root shell.
Instead, you can use sudo -i (where -i stands for interactive) and it would pop a root shell directly.

`sudo su` would do two nested processes, one for sudo running su and one for su running the root shell.
Instead, you can use `sudo -i` (where `-i` stands for interactive) and it would pop a root shell directly.
@probonopd
Copy link
Copy Markdown
Member

HI @antranigv. Thanks for the hint.

@probonopd probonopd merged commit 385ee3d into helloSystem:experimental Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants