mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
topics/linux/README.md is modified (#10256)
* topics/linux/README.md is modified * topics/linux/README.md is modified
This commit is contained in:
parent
e58a9ccd73
commit
a23bb82cd7
@ -360,6 +360,7 @@ It contains useful information about the processes that are currently running, i
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What makes /proc different from other filesystems?</summary><br><b>
|
<summary>What makes /proc different from other filesystems?</summary><br><b>
|
||||||
|
/proc is a special virtual filesystem in Unix-like operating systems, including Linux, that provides information about processes and system resources.
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -433,6 +434,10 @@ Its a bit that only allows the owner or the root user to delete or modify the fi
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What is sudo? How do you set it up?</summary><br><b>
|
<summary>What is sudo? How do you set it up?</summary><br><b>
|
||||||
|
sudo is a command-line utility in Unix-like operating systems that allows users to run programs with the privileges of another user, usually the superuser (root). It stands for "superuser do.
|
||||||
|
|
||||||
|
The sudo program is installed by default in almost all Linux distributions. If you need to install sudo in Debian/Ubuntu, use the command apt-get install sudo
|
||||||
|
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user