You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/linux/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,6 +360,7 @@ It contains useful information about the processes that are currently running, i
360
360
361
361
<details>
362
362
<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.
363
364
</b></details>
364
365
365
366
<details>
@@ -433,6 +434,10 @@ Its a bit that only allows the owner or the root user to delete or modify the fi
433
434
434
435
<details>
435
436
<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
0 commit comments