topics/linux/README.md is modified (#10256)

* topics/linux/README.md is modified

* topics/linux/README.md is modified
This commit is contained in:
Jagannath-Maity 2024-06-12 14:48:01 +05:30 committed by GitHub
parent e58a9ccd73
commit a23bb82cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>