Skip to content

Commit a23bb82

Browse files
topics/linux/README.md is modified (bregman-arie#10256)
* topics/linux/README.md is modified * topics/linux/README.md is modified
1 parent e58a9cc commit a23bb82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

topics/linux/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ It contains useful information about the processes that are currently running, i
360360

361361
<details>
362362
<summary>What makes /proc different from other filesystems?</summary><br><b>
363+
/proc is a special virtual filesystem in Unix-like operating systems, including Linux, that provides information about processes and system resources.
363364
</b></details>
364365

365366
<details>
@@ -433,6 +434,10 @@ Its a bit that only allows the owner or the root user to delete or modify the fi
433434

434435
<details>
435436
<summary>What is sudo? How do you set it up?</summary><br><b>
437+
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.
438+
439+
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
440+
436441
</b></details>
437442

438443
<details>

0 commit comments

Comments
 (0)