Skip to content

Commit f1b89ab

Browse files
authored
Update introduction-to-linux.md
1 parent edf7c18 commit f1b89ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

indexing-101/linux-and-ethereum-clients/introduction-to-linux.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Introduction to Linux
22

3-
Linux is a free and open-source operating system widely used in modern computing systems, including servers, supercomputers, mobile devices, and embedded devices. Compared to proprietary alternatives, Linux provides a more customizable and flexible computing environment, allowing users to modify and optimize the system to suit their specific needs. It also offers robust security features, making it a popular choice for web servers and other critical infrastructure.
3+
Linux is a free and open-source operating system that is widely used in modern computing systems including servers, supercomputers, mobile devices, and embedded devices. Compared to proprietary alternatives, Linux allows users to modify and optimize the system to match their specific needs. Additionally, its powerful security features make it a popular choice for web servers and other critical infrastructure.
44

5-
Linux is also widely used in web3 applications due to its ability to support decentralized and distributed computing systems. With its modular and scalable design, Linux allows developers to build decentralized applications that can run on a variety of devices and architectures, making it a key component in the web3 technology stack.
5+
Linux is widely used in web3 applications due to its ability to support decentralized applications (dapps). Its modular and scalable design allows developers to build dapps that can run on a variety of devices and architectures, making it a key component in the web3 technology stack.
66

77
This lesson will cover fundamental skills and commands for working with Linux, including creating and manipulating files and directories, managing permissions and security, and using key commands to navigate and manage the system.
88

9-
## Lesson objectives
109

10+
## Lesson objectives
1111
* Create and manipulate folders and files
1212
* Create and manage permissions, security, and services
13-
* Some helpful commands
13+
* Learn key commands
1414

1515
## Create and manipulate folders and files
1616

0 commit comments

Comments
 (0)