Fabrication and Development of the Embedded Linux Based on the ARM System
, , , , y
21 jul 2024
Acerca de este artículo
Publicado en línea: 21 jul 2024
Páginas: 82 - 88
DOI: https://doi.org/10.2478/ijanmc-2024-0018
Palabras clave
© 2024 Ruoyu Wang et al., published by Sciendo
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Figure 1.

Figure 2.

Figure 3.

Figure 4.

Figure 5.

Figure 6.

Comparison table of commonly used commands in Linux and DOS
Using an editor to edit files | edit | vi | vi thisfile.txt |
Copying files | copy | cp | cp thisfile.txt |
Transfer files | move | mv | mv thisfile.txt |
List files | dir | ls | ls |
Delete files | del | rm | rm thisfile.txt |
Create directory | mkdir | mkdir | Mkdir directory |
Using the specified path | Cd path | Cd path | cd directory |