├── README.md ├── README_de.md ├── README_es.md ├── README_fr.md ├── README_ja.md ├── README_ko.md ├── README_pt.md ├── README_ru.md └── README_zh.md /README.md: -------------------------------------------------------------------------------- 1 | # Practice Linux Commands 2 | 3 | ## Languages 4 | 5 | 🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) 6 | 7 | [![Practice Linux Commands](https://cover-creator.labex.io/linux-basic-commands-practice-online.png)](https://labex.io/courses/linux-basic-commands-practice-online) 8 | 9 | [![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/linux-basic-commands-practice-online) 10 | 11 | In this course, you will practice the most commonly used Linux commands in LabEx online linux playground. It can help Linux beginners quickly learn common Linux terminal commands and the basic operation of Linux. It can also help Linux system administrators quickly review common Linux commands and improve work efficiency. 12 | 13 | ![Linux](https://img.shields.io/badge/Linux-whitesmoke?style=for-the-badge&logo=linux) 14 | ![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell) 15 | 16 | 17 | ## Environment 18 | 19 | LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience. 20 | 21 | ![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png) 22 | 23 | - A strict "Learn by Doing" approach with exclusive hands-on labs and no videos. 24 | - Interactive online environments within the browser, with automated step-by-step checks. 25 | - A structured content organization with the Skill Tree based learning system. 26 | - A growing learning resource of 30 Skill Trees and over 6,000 Labs. 27 | - The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience. 28 | 29 | Learn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine). 30 | 31 | ## Exercises 32 | 33 | | Index | Name | Difficulty | Practice | 34 | |---------|----------------------------------------------------|--------------|------------------------------------------------------------------------------------------------------------------------------------| 35 | | 01 | 📖 Linux ls Command: Content Listing | Intermediate | Start Lab | 36 | | 02 | 📖 Linux pwd Command: Directory Displaying | Beginner | Start Lab | 37 | | 03 | 🎯 Linux Directory Navigation | Beginner | Start Challenge | 38 | | 04 | 📖 Linux cd Command: Directory Changing | Beginner | Start Lab | 39 | | 05 | 📖 Linux mkdir Command: Directory Creating | Beginner | Start Lab | 40 | | 06 | 🎯 Setting Up a New Project Structure | Beginner | Start Challenge | 41 | | 07 | 📖 Linux cp Command: File Copying | Beginner | Start Lab | 42 | | 08 | 📖 Linux mv Command: File Moving and Renaming | Beginner | Start Lab | 43 | | 09 | 📖 Linux rm Command: File Removing | Beginner | Start Lab | 44 | | 10 | 🎯 Organizing Files and Directories | Beginner | Start Challenge | 45 | | 11 | 📖 Linux cat Command: File Concatenating | Beginner | Start Lab | 46 | | 12 | 📖 Linux more Command: File Scrolling | Beginner | Start Lab | 47 | | 13 | 📖 Linux less Command: File Paging | Beginner | Start Lab | 48 | | 14 | 🎯 Viewing Log and Configuration Files in Linux | Beginner | Start Challenge | 49 | | 15 | 📖 Linux head Command: File Beginning Display | Beginner | Start Lab | 50 | | 16 | 📖 Linux tail Command: File End Display | Beginner | Start Lab | 51 | | 17 | 📖 Linux nl Command: Line Numbering | Beginner | Start Lab | 52 | | 18 | 🎯 Rapid Threat Detection | Beginner | Start Challenge | 53 | | 19 | 📖 Linux which Command: Command Locating | Beginner | Start Lab | 54 | | 20 | 📖 Linux whereis Command: File and Command Finding | Beginner | Start Lab | 55 | | 21 | 📖 Linux find Command: File Searching | Beginner | Start Lab | 56 | | 22 | 🎯 Discover Critical System Resources | Beginner | Start Challenge | 57 | | 23 | 📖 Linux grep Command: Pattern Searching | Beginner | Start Lab | 58 | | 24 | 🎯 Needle in the Haystack | Beginner | Start Challenge | 59 | | 25 | 📖 Linux wc Command: Text Counting | Beginner | Start Lab | 60 | | 26 | 📖 Linux cut Command: Text Cutting | Beginner | Start Lab | 61 | | 27 | 📖 Linux sort Command: Text Sorting | Beginner | Start Lab | 62 | | 28 | 📖 Linux uniq Command: Duplicate Filtering | Beginner | Start Lab | 63 | | 29 | 🎯 Word Count and Sorting | Beginner | Start Challenge | 64 | | 30 | 📖 Linux tr Command: Character Translating | Beginner | Start Lab | 65 | | 31 | 📖 Linux diff Command: File Comparing | Beginner | Start Lab | 66 | | 32 | 📖 Linux join Command: File Joining | Beginner | Start Lab | 67 | | 33 | 📖 Linux xargs Command: Command Building | Beginner | Start Lab | 68 | | 34 | 📖 Linux awk Command: Text Processing | Beginner | Start Lab | 69 | | 35 | 🎯 Processing Employees Data | Beginner | Start Challenge | 70 | | 36 | 📖 Linux top Command: Real-time System Monitoring | Beginner | Start Lab | 71 | | 37 | 📖 Linux free Command: Monitoring System Memory | Beginner | Start Lab | 72 | | 38 | 📖 Linux df Command: Disk Space Reporting | Beginner | Start Lab | 73 | | 39 | 📖 Linux du Command: File Space Estimating | Beginner | Start Lab | 74 | | 40 | 🎯 Disk Usage Detective | Beginner | Start Challenge | 75 | | 41 | 📖 Linux time Command: Command Timing | Beginner | Start Lab | 76 | 77 | ## More 78 | 79 | - 🔗 [Linux Programming Courses](https://github.com/labex-labs/awesome-programming-courses) 80 | - 🔗 [Linux Programming Projects](https://github.com/labex-labs/awesome-programming-projects) 81 | - 🔗 [Linux Free Tutorials](https://github.com/labex-labs/linux-free-tutorials) 82 | 83 | -------------------------------------------------------------------------------- /README_de.md: -------------------------------------------------------------------------------- 1 | # Üben Sie Linux-Befehle 2 | 3 | ## Sprachen 4 | 5 | 🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) 6 | 7 | [![Üben Sie Linux-Befehle](https://cover-creator.labex.io/linux-basic-commands-practice-online.png?lang=de)](https://labex.io/de/courses/linux-basic-commands-practice-online) 8 | 9 | [![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/de/courses/linux-basic-commands-practice-online) 10 | 11 | In diesem Kurs werden Sie die am häufigsten verwendeten Linux-Befehle in der LabEx-Online-Linux-Umgebung üben. Dies kann Linux-Anfängern helfen, schnell die gängigen Linux-Terminalbefehle und die grundlegenden Linux-Operationen zu lernen. Es kann auch Linux-Systemadministratoren dabei unterstützen, die gängigen Linux-Befehle schnell zu wiederholen und die Arbeitsleistung zu verbessern. 12 | 13 | ![Linux](https://img.shields.io/badge/Linux-whitesmoke?style=for-the-badge&logo=linux) 14 | ![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell) 15 | 16 | 17 | ## Umgebung 18 | 19 | LabEx ist eine interaktive, praktische Lernplattform für Programmierung und Technologie. Sie kombiniert Labore, KI-Unterstützung und virtuelle Maschinen für eine videofreie, praktische Lernerfahrung. 20 | 21 | ![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png) 22 | 23 | - Ein strikter "Learning by Doing"-Ansatz mit exklusiven praktischen Laboren ohne Videos. 24 | - Interaktive Online-Umgebungen im Browser mit automatisierten Schritt-für-Schritt-Überprüfungen. 25 | - Eine strukturierte Inhaltsorganisation mit dem Skill-Tree-basierten System. 26 | - Eine wachsende Lernressource von 30 Skill Trees und über 6.000 Laboren. 27 | - Der KI-Lernassistent Labby, aufgebaut auf ChatGPT, bietet eine konversationelle Lernerfahrung. 28 | 29 | Erfahren Sie mehr über [LabEx VM](https://support.labex.io/using-labex/virtual-machine). 30 | 31 | ## Übungen 32 | 33 | | Index | Name | Schwierigkeit | Übung | 34 | |---------|----------------------------------------------------------|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------| 35 | | 01 | 📖 Linux ls-Befehl: Inhaltsauflistung | Fortgeschritten | Labor Starten | 36 | | 02 | 📖 Linux pwd-Befehl: Anzeige des Verzeichnisses | Anfänger | Labor Starten | 37 | | 03 | 🎯 Linux-Verzeichnisnavigation | Anfänger | Challenge Starten | 38 | | 04 | 📖 Linux cd-Befehl: Verzeichniswechsel | Anfänger | Labor Starten | 39 | | 05 | 📖 Linux mkdir-Befehl: Verzeichnisse erstellen | Anfänger | Labor Starten | 40 | | 06 | 🎯 Einrichten einer neuen Projektstruktur | Anfänger | Challenge Starten | 41 | | 07 | 📖 Linux cp-Befehl: Dateikopieren | Anfänger | Labor Starten | 42 | | 08 | 📖 Linux mv-Befehl: Dateiverschiebung und -umbenennun... | Anfänger | Labor Starten | 43 | | 09 | 📖 Linux rm-Befehl: Dateien löschen | Anfänger | Labor Starten | 44 | | 10 | 🎯 Dateien und Verzeichnisse organisieren | Anfänger | Challenge Starten | 45 | | 11 | 📖 Linux cat-Befehl: Dateien zusammenfügen | Anfänger | Labor Starten | 46 | | 12 | 📖 Linux more-Befehl: Datei-Scrolling | Anfänger | Labor Starten | 47 | | 13 | 📖 Linux less-Befehl: Dateipaginierung | Anfänger | Labor Starten | 48 | | 14 | 🎯 Anzeigen von Protokoll- und Konfigurationsdateien ... | Anfänger | Challenge Starten | 49 | | 15 | 📖 Linux head-Befehl: Anzeige des Dateianfangs | Anfänger | Labor Starten | 50 | | 16 | 📖 Linux tail-Befehl: Anzeige der Dateiende | Anfänger | Labor Starten | 51 | | 17 | 📖 Linux nl-Befehl: Zeilennummerierung | Anfänger | Labor Starten | 52 | | 18 | 🎯 Schnelle Bedrohungserkennung | Anfänger | Challenge Starten | 53 | | 19 | 📖 Linux which-Befehl: Befehlssuche | Anfänger | Labor Starten | 54 | | 20 | 📖 Linux whereis-Befehl: Finden von Dateien und Befeh... | Anfänger | Labor Starten | 55 | | 21 | 📖 Linux find-Befehl: Dateisuche | Anfänger | Labor Starten | 56 | | 22 | 🎯 Entdecken Sie kritische Systemressourcen | Anfänger | Challenge Starten | 57 | | 23 | 📖 Linux grep-Befehl: Muster-Suche | Anfänger | Labor Starten | 58 | | 24 | 🎯 Die Nadel im Heuhaufen | Anfänger | Challenge Starten | 59 | | 25 | 📖 Linux wc-Befehl: Textzählung | Anfänger | Labor Starten | 60 | | 26 | 📖 Linux cut-Befehl: Textausschnitt | Anfänger | Labor Starten | 61 | | 27 | 📖 Linux sort-Befehl: Textsortierung | Anfänger | Labor Starten | 62 | | 28 | 📖 Linux uniq-Befehl: Doppelte Einträge filtern | Anfänger | Labor Starten | 63 | | 29 | 🎯 Wortzählung und Sortierung | Anfänger | Challenge Starten | 64 | | 30 | 📖 Linux tr-Befehl: Zeichenübersetzung | Anfänger | Labor Starten | 65 | | 31 | 📖 Linux diff-Befehl: Dateivergleich | Anfänger | Labor Starten | 66 | | 32 | 📖 Linux join-Befehl: Dateizusammenführung | Anfänger | Labor Starten | 67 | | 33 | 📖 Linux xargs-Befehl: Befehlskonstruktion | Anfänger | Labor Starten | 68 | | 34 | 📖 Linux awk-Befehl: Textverarbeitung | Anfänger | Labor Starten | 69 | | 35 | 🎯 Verarbeitung von Mitarbeiterdaten | Anfänger | Challenge Starten | 70 | | 36 | 📖 Linux top-Befehl: Echtzeit-Systemüberwachung | Anfänger | Labor Starten | 71 | | 37 | 📖 Linux free-Befehl: Überwachung des System-Speicher... | Anfänger | Labor Starten | 72 | | 38 | 📖 Linux df-Befehl: Berichterstattung über den Festpl... | Anfänger | Labor Starten | 73 | | 39 | 📖 Linux du-Befehl: Schätzung des Dateispeicherplatze... | Anfänger | Labor Starten | 74 | | 40 | 🎯 Datenträgerauslastungsdetektiv | Anfänger | Challenge Starten | 75 | | 41 | 📖 Linux time-Befehl: Befehlszeitmessung | Anfänger | Labor Starten | 76 | 77 | ## Mehr 78 | 79 | - 🔗 [Linux Programmierungskurse](https://github.com/labex-labs/awesome-programming-courses) 80 | - 🔗 [Linux Programmierprojekte](https://github.com/labex-labs/awesome-programming-projects) 81 | - 🔗 [Linux Kostenlose Tutorials](https://github.com/labex-labs/linux-free-tutorials) 82 | 83 | -------------------------------------------------------------------------------- /README_es.md: -------------------------------------------------------------------------------- 1 | # Practicar comandos de Linux 2 | 3 | ## Idiomas 4 | 5 | 🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) 6 | 7 | [![Practicar comandos de Linux](https://cover-creator.labex.io/linux-basic-commands-practice-online.png?lang=es)](https://labex.io/es/courses/linux-basic-commands-practice-online) 8 | 9 | [![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/es/courses/linux-basic-commands-practice-online) 10 | 11 | En este curso, practicarás los comandos de Linux más utilizados en el entorno de prueba de Linux en línea de LabEx. Esto puede ayudar a los principiantes en Linux a aprender rápidamente los comandos comunes de la terminal de Linux y la operación básica de Linux. También puede ayudar a los administradores de sistemas Linux a repasar rápidamente los comandos comunes de Linux y mejorar la eficiencia laboral. 12 | 13 | ![Linux](https://img.shields.io/badge/Linux-whitesmoke?style=for-the-badge&logo=linux) 14 | ![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell) 15 | 16 | 17 | ## Entorno 18 | 19 | LabEx es una plataforma de aprendizaje interactiva y práctica dedicada a la programación y la tecnología. Combina laboratorios, asistencia de IA y máquinas virtuales para proporcionar una experiencia de aprendizaje práctica sin videos. 20 | 21 | ![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png) 22 | 23 | - Un enfoque estricto de "Aprender Haciendo" con laboratorios prácticos exclusivos y sin videos. 24 | - Entornos en línea interactivos dentro del navegador, con verificaciones paso a paso automatizadas. 25 | - Una organización de contenido estructurada con el sistema basado en Árbol de Habilidades. 26 | - Un recurso de aprendizaje en crecimiento de 30 Árboles de Habilidades y más de 6,000 Laboratorios. 27 | - El asistente de aprendizaje de IA Labby, construido sobre ChatGPT, que proporciona una experiencia de aprendizaje conversacional. 28 | 29 | Aprende más sobre [LabEx VM](https://support.labex.io/using-labex/virtual-machine). 30 | 31 | ## Ejercicios 32 | 33 | | Índice | Nombre | Dificultad | Práctica | 34 | |----------|----------------------------------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------| 35 | | 01 | 📖 Comando ls de Linux: Listado de contenido | Intermedio | Iniciar Laboratorio | 36 | | 02 | 📖 Comando pwd de Linux: Mostrar Directorio | Principiante | Iniciar Laboratorio | 37 | | 03 | 🎯 Navegación de Directorios en Linux | Principiante | Iniciar Desafío | 38 | | 04 | 📖 Comando cd de Linux: Cambio de directorios | Principiante | Iniciar Laboratorio | 39 | | 05 | 📖 Comando mkdir de Linux: Creación de Directorios | Principiante | Iniciar Laboratorio | 40 | | 06 | 🎯 Configurar una nueva estructura de proyecto | Principiante | Iniciar Desafío | 41 | | 07 | 📖 Comando cp de Linux: Copia de archivos | Principiante | Iniciar Laboratorio | 42 | | 08 | 📖 Comando mv de Linux: Mover y renombrar archivos | Principiante | Iniciar Laboratorio | 43 | | 09 | 📖 Comando rm de Linux: Eliminación de archivos | Principiante | Iniciar Laboratorio | 44 | | 10 | 🎯 Organización de Archivos y Directorios | Principiante | Iniciar Desafío | 45 | | 11 | 📖 Comando cat de Linux: Concatenación de archivos | Principiante | Iniciar Laboratorio | 46 | | 12 | 📖 Comando more de Linux: Desplazamiento de archivos | Principiante | Iniciar Laboratorio | 47 | | 13 | 📖 Comando Linux less: Paginación de archivos | Principiante | Iniciar Laboratorio | 48 | | 14 | 🎯 Visualización de archivos de registro y configurac... | Principiante | Iniciar Desafío | 49 | | 15 | 📖 Comando head de Linux: Visualización del inicio de... | Principiante | Iniciar Laboratorio | 50 | | 16 | 📖 Comando tail de Linux: Visualización del final de ... | Principiante | Iniciar Laboratorio | 51 | | 17 | 📖 Comando nl de Linux: Numeración de líneas | Principiante | Iniciar Laboratorio | 52 | | 18 | 🎯 Detección Rápida de Amenazas | Principiante | Iniciar Desafío | 53 | | 19 | 📖 Comando 'which' en Linux: Localización de comandos | Principiante | Iniciar Laboratorio | 54 | | 20 | 📖 Comando whereis en Linux: Búsqueda de archivos y c... | Principiante | Iniciar Laboratorio | 55 | | 21 | 📖 Comando find de Linux: Búsqueda de archivos | Principiante | Iniciar Laboratorio | 56 | | 22 | 🎯 Descubre Recursos Críticos del Sistema | Principiante | Iniciar Desafío | 57 | | 23 | 📖 Comando grep de Linux: Búsqueda de patrones | Principiante | Iniciar Laboratorio | 58 | | 24 | 🎯 Un aguja en un pajar | Principiante | Iniciar Desafío | 59 | | 25 | 📖 Comando wc de Linux: Conteo de texto | Principiante | Iniciar Laboratorio | 60 | | 26 | 📖 Comando cut de Linux: Corte de texto | Principiante | Iniciar Laboratorio | 61 | | 27 | 📖 Comando sort de Linux: Ordenamiento de texto | Principiante | Iniciar Laboratorio | 62 | | 28 | 📖 Comando uniq de Linux: Filtrado de duplicados | Principiante | Iniciar Laboratorio | 63 | | 29 | 🎯 Conteo de palabras y ordenamiento | Principiante | Iniciar Desafío | 64 | | 30 | 📖 Comando tr de Linux: Traducción de caracteres | Principiante | Iniciar Laboratorio | 65 | | 31 | 📖 Comando diff de Linux: Comparación de archivos | Principiante | Iniciar Laboratorio | 66 | | 32 | 📖 Comando join de Linux: Unión de archivos | Principiante | Iniciar Laboratorio | 67 | | 33 | 📖 Comando xargs de Linux: Construcción de comandos | Principiante | Iniciar Laboratorio | 68 | | 34 | 📖 Comando awk de Linux: Procesamiento de texto | Principiante | Iniciar Laboratorio | 69 | | 35 | 🎯 Procesamiento de datos de empleados | Principiante | Iniciar Desafío | 70 | | 36 | 📖 Comando top de Linux: Monitorización en tiempo rea... | Principiante | Iniciar Laboratorio | 71 | | 37 | 📖 Comando free de Linux: Monitoreo de la memoria del... | Principiante | Iniciar Laboratorio | 72 | | 38 | 📖 Comando df de Linux: Informe de espacio en disco | Principiante | Iniciar Laboratorio | 73 | | 39 | 📖 Comando du de Linux: Estimación del espacio de arc... | Principiante | Iniciar Laboratorio | 74 | | 40 | 🎯 Detective del uso del disco | Principiante | Iniciar Desafío | 75 | | 41 | 📖 Comando time de Linux: Medición del tiempo de coma... | Principiante | Iniciar Laboratorio | 76 | 77 | ## Más 78 | 79 | - 🔗 [Linux Cursos de Programación](https://github.com/labex-labs/awesome-programming-courses) 80 | - 🔗 [Linux Proyectos de Programación](https://github.com/labex-labs/awesome-programming-projects) 81 | - 🔗 [Linux Tutoriales Gratuitos](https://github.com/labex-labs/linux-free-tutorials) 82 | 83 | -------------------------------------------------------------------------------- /README_fr.md: -------------------------------------------------------------------------------- 1 | # Pratiquez les commandes Linux 2 | 3 | ## Langues 4 | 5 | 🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) 6 | 7 | [![Pratiquez les commandes Linux](https://cover-creator.labex.io/linux-basic-commands-practice-online.png?lang=fr)](https://labex.io/fr/courses/linux-basic-commands-practice-online) 8 | 9 | [![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/fr/courses/linux-basic-commands-practice-online) 10 | 11 | Dans ce cours, vous allez pratiquer les commandes Linux les plus couramment utilisées dans le terrain de jeu Linux en ligne de LabEx. Cela peut aider les débutants en Linux à apprendre rapidement les commandes terminal Linux courantes et les opérations de base de Linux. Cela peut également aider les administrateurs de systèmes Linux à revoir rapidement les commandes Linux courantes et à améliorer l'efficacité du travail. 12 | 13 | ![Linux](https://img.shields.io/badge/Linux-whitesmoke?style=for-the-badge&logo=linux) 14 | ![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell) 15 | 16 | 17 | ## Environnement 18 | 19 | LabEx est une plateforme d'apprentissage interactive et pratique dédiée au codage et à la technologie. Elle combine des laboratoires, une assistance IA et des machines virtuelles pour offrir une expérience d'apprentissage pratique sans vidéo. 20 | 21 | ![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png) 22 | 23 | - Une approche stricte "Apprendre en Faisant" avec des laboratoires pratiques exclusifs et sans vidéos. 24 | - Des environnements en ligne interactifs dans le navigateur, avec des vérifications automatisées étape par étape. 25 | - Une organisation structurée du contenu avec le système basé sur l'Arbre de Compétences. 26 | - Une ressource d'apprentissage croissante de 30 Arbres de Compétences et plus de 6 000 Laboratoires. 27 | - L'assistant d'apprentissage IA Labby, construit sur ChatGPT, offrant une expérience d'apprentissage conversationnelle. 28 | 29 | En savoir plus sur [LabEx VM](https://support.labex.io/using-labex/virtual-machine). 30 | 31 | ## Exercices 32 | 33 | | Index | Nom | Difficulté | Pratique | 34 | |---------|----------------------------------------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------| 35 | | 01 | 📖 Commande Linux ls : Liste du contenu | Intermédiaire | Commencer le Lab | 36 | | 02 | 📖 Commande Linux pwd : Affichage du répertoire | Débutant | Commencer le Lab | 37 | | 03 | 🎯 Navigation dans les répertoires Linux | Débutant | Commencer le Défi | 38 | | 04 | 📖 Commande cd Linux : Changement de répertoire | Débutant | Commencer le Lab | 39 | | 05 | 📖 Commande Linux mkdir : Création de répertoires | Débutant | Commencer le Lab | 40 | | 06 | 🎯 Configuration d'une nouvelle structure de projet | Débutant | Commencer le Défi | 41 | | 07 | 📖 Commande Linux cp : Copie de fichiers | Débutant | Commencer le Lab | 42 | | 08 | 📖 Commande Linux mv : Déplacement et renommage de fi... | Débutant | Commencer le Lab | 43 | | 09 | 📖 Commande rm Linux : Suppression de fichiers | Débutant | Commencer le Lab | 44 | | 10 | 🎯 Organisation des fichiers et des répertoires | Débutant | Commencer le Défi | 45 | | 11 | 📖 Commande Linux cat : Concaténation de fichiers | Débutant | Commencer le Lab | 46 | | 12 | 📖 Commande Linux more : Faire défiler des fichiers | Débutant | Commencer le Lab | 47 | | 13 | 📖 Commande Linux less : pagination de fichiers | Débutant | Commencer le Lab | 48 | | 14 | 🎯 Visualisation des fichiers journaux et de configur... | Débutant | Commencer le Défi | 49 | | 15 | 📖 Commande Linux head : Affichage du début d'un fich... | Débutant | Commencer le Lab | 50 | | 16 | 📖 Commande Linux tail : Affichage de la fin des fich... | Débutant | Commencer le Lab | 51 | | 17 | 📖 Commande Linux nl : Numérotation des lignes | Débutant | Commencer le Lab | 52 | | 18 | 🎯 Détection rapide des menaces | Débutant | Commencer le Défi | 53 | | 19 | 📖 Commande 'which' Linux : Localisation des commande... | Débutant | Commencer le Lab | 54 | | 20 | 📖 Commande Linux whereis : Recherche de fichiers et ... | Débutant | Commencer le Lab | 55 | | 21 | 📖 Commande find de Linux : Recherche de fichiers | Débutant | Commencer le Lab | 56 | | 22 | 🎯 Découvrez les ressources système essentielles | Débutant | Commencer le Défi | 57 | | 23 | 📖 Commande Linux grep : Recherche de motifs | Débutant | Commencer le Lab | 58 | | 24 | 🎯 Aiguille dans une botte de foin | Débutant | Commencer le Défi | 59 | | 25 | 📖 Commande Linux wc : Comptage de texte | Débutant | Commencer le Lab | 60 | | 26 | 📖 Commande Linux cut : Découpage de texte | Débutant | Commencer le Lab | 61 | | 27 | 📖 Commande sort de Linux : Tri de texte | Débutant | Commencer le Lab | 62 | | 28 | 📖 Commande Linux uniq : Filtrage des doublons | Débutant | Commencer le Lab | 63 | | 29 | 🎯 Comptage de mots et tri | Débutant | Commencer le Défi | 64 | | 30 | 📖 Commande Linux tr : Traduction de caractères | Débutant | Commencer le Lab | 65 | | 31 | 📖 Commande Linux diff : Comparaison de fichiers | Débutant | Commencer le Lab | 66 | | 32 | 📖 Commande join de Linux : Jointure de fichiers | Débutant | Commencer le Lab | 67 | | 33 | 📖 Commande Linux xargs : Construction de commandes | Débutant | Commencer le Lab | 68 | | 34 | 📖 Commande awk Linux : Traitement de texte | Débutant | Commencer le Lab | 69 | | 35 | 🎯 Traitement des données des employés | Débutant | Commencer le Défi | 70 | | 36 | 📖 Commande Linux top : Surveillance en temps réel du... | Débutant | Commencer le Lab | 71 | | 37 | 📖 Commande Linux free : Surveillance de la mémoire s... | Débutant | Commencer le Lab | 72 | | 38 | 📖 Commande df Linux : Rapport sur l'espace disque | Débutant | Commencer le Lab | 73 | | 39 | 📖 Commande du Linux : Estimation de l'espace des fic... | Débutant | Commencer le Lab | 74 | | 40 | 🎯 Détective de l'utilisation du disque | Débutant | Commencer le Défi | 75 | | 41 | 📖 Commande time de Linux : Mesure du temps d'exécuti... | Débutant | Commencer le Lab | 76 | 77 | ## Plus 78 | 79 | - 🔗 [Linux Cours de Programmation](https://github.com/labex-labs/awesome-programming-courses) 80 | - 🔗 [Linux Projets de Programmation](https://github.com/labex-labs/awesome-programming-projects) 81 | - 🔗 [Linux Tutoriels Gratuits](https://github.com/labex-labs/linux-free-tutorials) 82 | 83 | -------------------------------------------------------------------------------- /README_ja.md: -------------------------------------------------------------------------------- 1 | # Linux コマンドの練習 2 | 3 | ## 言語 4 | 5 | 🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) 6 | 7 | [![Linux コマンドの練習](https://cover-creator.labex.io/linux-basic-commands-practice-online.png?lang=ja)](https://labex.io/ja/courses/linux-basic-commands-practice-online) 8 | 9 | [![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/ja/courses/linux-basic-commands-practice-online) 10 | 11 | このコースでは、LabEx のオンライン Linux プレイグラウンドで最も一般的に使用される Linux コマンドを練習します。これは、Linux 初心者が一般的な Linux ターミナルコマンドと Linux の基本操作を迅速に学ぶのに役立ちます。また、Linux システム管理者が一般的な Linux コマンドを迅速に復習し、作業効率を向上させるのにも役立ちます。 12 | 13 | ![Linux](https://img.shields.io/badge/Linux-whitesmoke?style=for-the-badge&logo=linux) 14 | ![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell) 15 | 16 | 17 | ## 環境 18 | 19 | LabEx は、コーディングとテクノロジーに特化したインタラクティブな実践学習プラットフォームです。ラボ、AI 支援、仮想マシンを組み合わせて、ビデオなしの実践的な学習体験を提供します。 20 | 21 | ![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png) 22 | 23 | - 動画なしの独自の実践ラボによる厳格な「実践による学習」アプローチ。 24 | - ブラウザ内のインタラクティブなオンライン環境で、自動化されたステップバイステップのチェック機能。 25 | - スキルツリーベースのシステムによる構造化されたコンテンツ組織。 26 | - 30 のスキルツリーと 6,000 以上のラボを含む成長し続ける学習リソース。 27 | - ChatGPT を基盤とした AI 学習アシスタント Labby による対話型学習体験。 28 | 29 | 詳細について [LabEx VM](https://support.labex.io/using-labex/virtual-machine). 30 | 31 | ## 演習 32 | 33 | | インデックス | 名前 | 難易度 | 練習 | 34 | |----------------|------------------------------------------------------------|----------|----------------------------------------------------------------------------------------------------------------------------------------| 35 | | 01 | 📖 Linux の ls コマンド:コンテンツの一覧表示 | 中級 | ラボを開始 | 36 | | 02 | 📖 Linux の pwd コマンド:ディレクトリ表示 | 初級 | ラボを開始 | 37 | | 03 | 🎯 Linux ディレクトリナビゲーション | 初級 | チャレンジを開始 | 38 | | 04 | 📖 Linux の cd コマンド:ディレクトリの変更 | 初級 | ラボを開始 | 39 | | 05 | 📖 Linux の mkdir コマンド:ディレクトリの作成 | 初級 | ラボを開始 | 40 | | 06 | 🎯 新しいプロジェクト構造のセットアップ | 初級 | チャレンジを開始 | 41 | | 07 | 📖 Linux の cp コマンド:ファイルコピー | 初級 | ラボを開始 | 42 | | 08 | 📖 Linux の mv コマンド:ファイルの移動とリネーム | 初級 | ラボを開始 | 43 | | 09 | 📖 Linux の rm コマンド:ファイルの削除 | 初級 | ラボを開始 | 44 | | 10 | 🎯 ファイルとディレクトリの整理 | 初級 | チャレンジを開始 | 45 | | 11 | 📖 Linux の cat コマンド:ファイルの連結 | 初級 | ラボを開始 | 46 | | 12 | 📖 Linux の more コマンド:ファイルのスクロール | 初級 | ラボを開始 | 47 | | 13 | 📖 Linux の less コマンド:ファイルのページング | 初級 | ラボを開始 | 48 | | 14 | 🎯 Linux でのログファイルと設定ファイルの閲覧 | 初級 | チャレンジを開始 | 49 | | 15 | 📖 Linux の head コマンド:ファイルの先頭を表示する | 初級 | ラボを開始 | 50 | | 16 | 📖 Linux の tail コマンド:ファイル末尾の表示 | 初級 | ラボを開始 | 51 | | 17 | 📖 Linux の nl コマンド:行番号付け | 初級 | ラボを開始 | 52 | | 18 | 🎯 迅速な脅威検出 | 初級 | チャレンジを開始 | 53 | | 19 | 📖 Linux which コマンド:コマンドの場所を特定する | 初級 | ラボを開始 | 54 | | 20 | 📖 Linux の whereis コマンド:ファイルとコマンドの検索 | 初級 | ラボを開始 | 55 | | 21 | 📖 Linux の find コマンド:ファイル検索 | 初級 | ラボを開始 | 56 | | 22 | 🎯 重要なシステムリソースを見つける | 初級 | チャレンジを開始 | 57 | | 23 | 📖 Linux の grep コマンド:パターン検索 | 初級 | ラボを開始 | 58 | | 24 | 🎯 大海原から針を探す | 初級 | チャレンジを開始 | 59 | | 25 | 📖 Linux の wc コマンド:テキストのカウント | 初級 | ラボを開始 | 60 | | 26 | 📖 Linux の cut コマンド:テキストの切り取り | 初級 | ラボを開始 | 61 | | 27 | 📖 Linux の sort コマンド:テキストのソート | 初級 | ラボを開始 | 62 | | 28 | 📖 Linux の uniq コマンド:重複フィルタリング | 初級 | ラボを開始 | 63 | | 29 | 🎯 単語数カウントとソート | 初級 | チャレンジを開始 | 64 | | 30 | 📖 Linux の tr コマンド:文字変換 | 初級 | ラボを開始 | 65 | | 31 | 📖 Linux の diff コマンド:ファイル比較 | 初級 | ラボを開始 | 66 | | 32 | 📖 Linux の join コマンド:ファイルの結合 | 初級 | ラボを開始 | 67 | | 33 | 📖 Linux の xargs コマンド:コマンドの構築 | 初級 | ラボを開始 | 68 | | 34 | 📖 Linux の awk コマンド:テキスト処理 | 初級 | ラボを開始 | 69 | | 35 | 🎯 従業員データの処理 | 初級 | チャレンジを開始 | 70 | | 36 | 📖 Linux の top コマンド:リアルタイムシステムモニタリング | 初級 | ラボを開始 | 71 | | 37 | 📖 Linux の free コマンド:システムメモリの監視 | 初級 | ラボを開始 | 72 | | 38 | 📖 Linux の df コマンド:ディスク空き容量の報告 | 初級 | ラボを開始 | 73 | | 39 | 📖 Linux の du コマンド:ファイルのディスク容量見積もり | 初級 | ラボを開始 | 74 | | 40 | 🎯 ディスク使用状況調査 | 初級 | チャレンジを開始 | 75 | | 41 | 📖 Linux の time コマンド:コマンドの計測 | 初級 | ラボを開始 | 76 | 77 | ## その他 78 | 79 | - 🔗 [Linux プログラミングコース](https://github.com/labex-labs/awesome-programming-courses) 80 | - 🔗 [Linux プログラミングプロジェクト](https://github.com/labex-labs/awesome-programming-projects) 81 | - 🔗 [Linux 無料チュートリアル](https://github.com/labex-labs/linux-free-tutorials) 82 | 83 | -------------------------------------------------------------------------------- /README_ko.md: -------------------------------------------------------------------------------- 1 | # Linux 명령어 실습 2 | 3 | ## 언어 4 | 5 | 🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) 6 | 7 | [![Linux 명령어 실습](https://cover-creator.labex.io/linux-basic-commands-practice-online.png?lang=ko)](https://labex.io/ko/courses/linux-basic-commands-practice-online) 8 | 9 | [![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/ko/courses/linux-basic-commands-practice-online) 10 | 11 | 본 과정에서는 LabEx 온라인 Linux 환경에서 가장 널리 사용되는 Linux 명령어를 실습합니다. Linux 초보자가 일반적인 Linux 터미널 명령과 Linux 기본 운영 방식을 빠르게 배울 수 있도록 돕습니다. 또한 Linux 시스템 관리자가 일반적인 Linux 명령어를 빠르게 복습하고 작업 효율성을 향상시키는 데 도움이 될 수 있습니다. 12 | 13 | ![Linux](https://img.shields.io/badge/Linux-whitesmoke?style=for-the-badge&logo=linux) 14 | ![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell) 15 | 16 | 17 | ## 환경 18 | 19 | LabEx 는 코딩과 기술에 전념하는 대화형 실습 학습 플랫폼입니다. 실험실, AI 지원 및 가상 머신을 결합하여 비디오 없는 실용적인 학습 경험을 제공합니다. 20 | 21 | ![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png) 22 | 23 | - 비디오 없는 독점적인 실습 실험실로 엄격한 "실습을 통한 학습" 접근 방식. 24 | - 브라우저 내 대화형 온라인 환경에서 자동화된 단계별 확인. 25 | - 스킬 트리 기반 시스템으로 구조화된 콘텐츠 구성. 26 | - 30 개의 스킬 트리와 6,000 개 이상의 실험실을 포함하는 성장하는 학습 리소스. 27 | - ChatGPT 를 기반으로 구축된 AI 학습 도우미 Labby 가 제공하는 대화형 학습 경험. 28 | 29 | 자세히 알아보기 [LabEx VM](https://support.labex.io/using-labex/virtual-machine). 30 | 31 | ## 연습 32 | 33 | | 인덱스 | 이름 | 난이도 | 연습 | 34 | |----------|------------------------------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------| 35 | | 01 | 📖 Linux ls 명령어: 파일 및 디렉토리 내용 목록 | 중급 | 실습 시작 | 36 | | 02 | 📖 Linux pwd 명령어: 디렉토리 표시 | 초급 | 실습 시작 | 37 | | 03 | 🎯 Linux 디렉토리 탐색 | 초급 | 도전 시작 | 38 | | 04 | 📖 Linux cd 명령어: 디렉토리 변경 | 초급 | 실습 시작 | 39 | | 05 | 📖 Linux mkdir 명령어: 디렉토리 생성 | 초급 | 실습 시작 | 40 | | 06 | 🎯 새 프로젝트 구조 설정 | 초급 | 도전 시작 | 41 | | 07 | 📖 Linux cp 명령어: 파일 복사 | 초급 | 실습 시작 | 42 | | 08 | 📖 Linux mv 명령어: 파일 이동 및 이름 변경 | 초급 | 실습 시작 | 43 | | 09 | 📖 Linux rm 명령어: 파일 삭제 | 초급 | 실습 시작 | 44 | | 10 | 🎯 파일 및 디렉토리 정리 | 초급 | 도전 시작 | 45 | | 11 | 📖 Linux cat 명령어: 파일 연결 | 초급 | 실습 시작 | 46 | | 12 | 📖 Linux more 명령어: 파일 스크롤링 | 초급 | 실습 시작 | 47 | | 13 | 📖 Linux less 명령어: 파일 페이징 | 초급 | 실습 시작 | 48 | | 14 | 🎯 Linux 에서 로그 및 설정 파일 보기 | 초급 | 도전 시작 | 49 | | 15 | 📖 Linux head 명령어: 파일 시작 부분 표시 | 초급 | 실습 시작 | 50 | | 16 | 📖 Linux tail 명령어: 파일 끝 부분 표시 | 초급 | 실습 시작 | 51 | | 17 | 📖 Linux nl 명령어: 줄 번호 매기기 | 초급 | 실습 시작 | 52 | | 18 | 🎯 신속한 위협 감지 | 초급 | 도전 시작 | 53 | | 19 | 📖 리눅스 which 명령어: 명령어 위치 찾기 | 초급 | 실습 시작 | 54 | | 20 | 📖 Linux whereis 명령어: 파일 및 명령어 찾기 | 초급 | 실습 시작 | 55 | | 21 | 📖 Linux find 명령어: 파일 검색 | 초급 | 실습 시작 | 56 | | 22 | 🎯 중요한 시스템 리소스 탐색 | 초급 | 도전 시작 | 57 | | 23 | 📖 Linux grep 명령어: 패턴 검색 | 초급 | 실습 시작 | 58 | | 24 | 🎯 건초 더미 속 바늘 찾기 | 초급 | 도전 시작 | 59 | | 25 | 📖 Linux wc 명령어: 텍스트 카운팅 | 초급 | 실습 시작 | 60 | | 26 | 📖 Linux cut 명령어: 텍스트 자르기 | 초급 | 실습 시작 | 61 | | 27 | 📖 Linux sort 명령어: 텍스트 정렬 | 초급 | 실습 시작 | 62 | | 28 | 📖 Linux uniq 명령어: 중복 필터링 | 초급 | 실습 시작 | 63 | | 29 | 🎯 단어 수 세기 및 정렬 | 초급 | 도전 시작 | 64 | | 30 | 📖 Linux tr 명령어: 문자 변환 | 초급 | 실습 시작 | 65 | | 31 | 📖 Linux diff 명령어: 파일 비교 | 초급 | 실습 시작 | 66 | | 32 | 📖 Linux join 명령어: 파일 결합 | 초급 | 실습 시작 | 67 | | 33 | 📖 Linux xargs 명령어: 명령어 구성 | 초급 | 실습 시작 | 68 | | 34 | 📖 Linux awk 명령어: 텍스트 처리 | 초급 | 실습 시작 | 69 | | 35 | 🎯 직원 데이터 처리 | 초급 | 도전 시작 | 70 | | 36 | 📖 Linux top 명령어: 실시간 시스템 모니터링 | 초급 | 실습 시작 | 71 | | 37 | 📖 Linux free 명령어: 시스템 메모리 모니터링 | 초급 | 실습 시작 | 72 | | 38 | 📖 Linux df 명령어: 디스크 공간 보고 | 초급 | 실습 시작 | 73 | | 39 | 📖 Linux du 명령어: 파일 공간 추정 | 초급 | 실습 시작 | 74 | | 40 | 🎯 디스크 사용량 탐정 | 초급 | 도전 시작 | 75 | | 41 | 📖 Linux time 명령어: 명령어 실행 시간 측정 | 초급 | 실습 시작 | 76 | 77 | ## 더 보기 78 | 79 | - 🔗 [Linux 프로그래밍 코스](https://github.com/labex-labs/awesome-programming-courses) 80 | - 🔗 [Linux 프로그래밍 프로젝트](https://github.com/labex-labs/awesome-programming-projects) 81 | - 🔗 [Linux 무료 튜토리얼](https://github.com/labex-labs/linux-free-tutorials) 82 | 83 | -------------------------------------------------------------------------------- /README_pt.md: -------------------------------------------------------------------------------- 1 | # Pratique Comandos Linux 2 | 3 | ## Idiomas 4 | 5 | 🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) 6 | 7 | [![Pratique Comandos Linux](https://cover-creator.labex.io/linux-basic-commands-practice-online.png?lang=pt)](https://labex.io/pt/courses/linux-basic-commands-practice-online) 8 | 9 | [![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/pt/courses/linux-basic-commands-practice-online) 10 | 11 | Neste curso, você praticará os comandos Linux mais utilizados no ambiente de testes online Linux do LabEx. Ele pode ajudar iniciantes em Linux a aprender rapidamente os comandos comuns do terminal Linux e a operação básica do Linux. Também pode auxiliar administradores de sistemas Linux a revisar rapidamente os comandos Linux mais utilizados e melhorar a eficiência do trabalho. 12 | 13 | ![Linux](https://img.shields.io/badge/Linux-whitesmoke?style=for-the-badge&logo=linux) 14 | ![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell) 15 | 16 | 17 | ## Ambiente 18 | 19 | LabEx é uma plataforma de aprendizagem interativa e prática dedicada à programação e tecnologia. Combina laboratórios, assistência de IA e máquinas virtuais para fornecer uma experiência de aprendizagem prática sem vídeos. 20 | 21 | ![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png) 22 | 23 | - Uma abordagem rigorosa de "Aprender Fazendo" com laboratórios práticos exclusivos e sem vídeos. 24 | - Ambientes online interativos no navegador, com verificações automatizadas passo a passo. 25 | - Uma organização de conteúdo estruturada com o sistema baseado em Árvore de Habilidades. 26 | - Um recurso de aprendizagem crescente de 30 Árvores de Habilidades e mais de 6.000 Laboratórios. 27 | - O assistente de aprendizagem de IA Labby, construído sobre ChatGPT, fornecendo uma experiência de aprendizagem conversacional. 28 | 29 | Saiba mais sobre [LabEx VM](https://support.labex.io/using-labex/virtual-machine). 30 | 31 | ## Exercícios 32 | 33 | | Índice | Nome | Dificuldade | Prática | 34 | |----------|----------------------------------------------------------|---------------|---------------------------------------------------------------------------------------------------------------------------------------| 35 | | 01 | 📖 Comando ls do Linux: Listagem de Conteúdo | Intermediário | Iniciar Lab | 36 | | 02 | 📖 Comando pwd no Linux: Exibindo o Diretório Atual | Iniciante | Iniciar Lab | 37 | | 03 | 🎯 Navegação de Diretórios Linux | Iniciante | Iniciar Desafio | 38 | | 04 | 📖 Comando cd do Linux: Mudança de Diretório | Iniciante | Iniciar Lab | 39 | | 05 | 📖 Comando mkdir no Linux: Criação de Diretórios | Iniciante | Iniciar Lab | 40 | | 06 | 🎯 Configurando uma Nova Estrutura de Projeto | Iniciante | Iniciar Desafio | 41 | | 07 | 📖 Comando cp do Linux: Cópia de Arquivos | Iniciante | Iniciar Lab | 42 | | 08 | 📖 Comando mv do Linux: Movendo e Renomeando Arquivos | Iniciante | Iniciar Lab | 43 | | 09 | 📖 Comando rm do Linux: Remoção de Arquivos | Iniciante | Iniciar Lab | 44 | | 10 | 🎯 Organizando Arquivos e Diretórios | Iniciante | Iniciar Desafio | 45 | | 11 | 📖 Comando cat no Linux: Concatenação de Arquivos | Iniciante | Iniciar Lab | 46 | | 12 | 📖 Comando more do Linux: Rolagem de Arquivos | Iniciante | Iniciar Lab | 47 | | 13 | 📖 Comando less do Linux: Paginação de Arquivos | Iniciante | Iniciar Lab | 48 | | 14 | 🎯 Visualização de Arquivos de Log e Configuração no ... | Iniciante | Iniciar Desafio | 49 | | 15 | 📖 Comando head do Linux: Exibição do Início de Arqui... | Iniciante | Iniciar Lab | 50 | | 16 | 📖 Comando tail do Linux: Exibição do Final de Arquiv... | Iniciante | Iniciar Lab | 51 | | 17 | 📖 Comando nl do Linux: Numeração de Linhas | Iniciante | Iniciar Lab | 52 | | 18 | 🎯 Detecção Rápida de Ameaças | Iniciante | Iniciar Desafio | 53 | | 19 | 📖 Comando which no Linux: Localizando Comandos | Iniciante | Iniciar Lab | 54 | | 20 | 📖 Comando whereis no Linux: Encontre Arquivos e Coma... | Iniciante | Iniciar Lab | 55 | | 21 | 📖 Comando find do Linux: Busca de Arquivos | Iniciante | Iniciar Lab | 56 | | 22 | 🎯 Descubra Recursos Críticos do Sistema | Iniciante | Iniciar Desafio | 57 | | 23 | 📖 Comando grep no Linux: Busca por Padrões | Iniciante | Iniciar Lab | 58 | | 24 | 🎯 Agulha no Palheiro | Iniciante | Iniciar Desafio | 59 | | 25 | 📖 Comando wc do Linux: Contagem de Texto | Iniciante | Iniciar Lab | 60 | | 26 | 📖 Comando cut do Linux: Corte de Texto | Iniciante | Iniciar Lab | 61 | | 27 | 📖 Comando sort do Linux: Ordenação de Texto | Iniciante | Iniciar Lab | 62 | | 28 | 📖 Comando uniq do Linux: Filtragem de Duplicatas | Iniciante | Iniciar Lab | 63 | | 29 | 🎯 Contagem de Palavras e Ordenação | Iniciante | Iniciar Desafio | 64 | | 30 | 📖 Comando tr do Linux: Tradução de Caracteres | Iniciante | Iniciar Lab | 65 | | 31 | 📖 Comando diff do Linux: Comparação de Arquivos | Iniciante | Iniciar Lab | 66 | | 32 | 📖 Comando join do Linux: Junção de Arquivos | Iniciante | Iniciar Lab | 67 | | 33 | 📖 Comando xargs do Linux: Construção de Comandos | Iniciante | Iniciar Lab | 68 | | 34 | 📖 Comando awk no Linux: Processamento de Texto | Iniciante | Iniciar Lab | 69 | | 35 | 🎯 Processamento de Dados de Funcionários | Iniciante | Iniciar Desafio | 70 | | 36 | 📖 Comando top do Linux: Monitoramento do Sistema em ... | Iniciante | Iniciar Lab | 71 | | 37 | 📖 Comando free do Linux: Monitorando a Memória do Si... | Iniciante | Iniciar Lab | 72 | | 38 | 📖 Comando df no Linux: Relatório de Espaço em Disco | Iniciante | Iniciar Lab | 73 | | 39 | 📖 Comando du do Linux: Estimativa de Espaço em Arqui... | Iniciante | Iniciar Lab | 74 | | 40 | 🎯 Detetive de Uso de Disco | Iniciante | Iniciar Desafio | 75 | | 41 | 📖 Comando time do Linux: Medindo o Tempo de Execução... | Iniciante | Iniciar Lab | 76 | 77 | ## Mais 78 | 79 | - 🔗 [Linux Cursos de Programação](https://github.com/labex-labs/awesome-programming-courses) 80 | - 🔗 [Linux Projetos de Programação](https://github.com/labex-labs/awesome-programming-projects) 81 | - 🔗 [Linux Tutoriais Gratuitos](https://github.com/labex-labs/linux-free-tutorials) 82 | 83 | -------------------------------------------------------------------------------- /README_ru.md: -------------------------------------------------------------------------------- 1 | # Практика работы с командами Linux 2 | 3 | ## Языки 4 | 5 | 🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) 6 | 7 | [![Практика работы с командами Linux](https://cover-creator.labex.io/linux-basic-commands-practice-online.png?lang=ru)](https://labex.io/ru/courses/linux-basic-commands-practice-online) 8 | 9 | [![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/ru/courses/linux-basic-commands-practice-online) 10 | 11 | В этом курсе вы будете практиковаться в использовании наиболее часто встречаемых команд Linux в онлайн-окружении LabEx для работы с Linux. Это поможет начинающим пользователям Linux быстро освоить основные команды терминала Linux и базовые операции в системе Linux. Также это полезно для администраторов Linux-систем, которые могут быстро повторить часто используемые команды и повысить свою производительность. 12 | 13 | ![Linux](https://img.shields.io/badge/Linux-whitesmoke?style=for-the-badge&logo=linux) 14 | ![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell) 15 | 16 | 17 | ## Среда 18 | 19 | LabEx - это интерактивная практическая обучающая платформа, посвященная программированию и технологиям. Она объединяет лаборатории, ИИ-помощь и виртуальные машины для обеспечения практического обучения без видео. 20 | 21 | ![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png) 22 | 23 | - Строгий подход "Учись делая" с эксклюзивными практическими лабораториями без видео. 24 | - Интерактивные онлайн-среды в браузере с автоматизированными пошаговыми проверками. 25 | - Структурированная организация контента с системой на основе Дерева Навыков. 26 | - Растущий учебный ресурс из 30 Деревьев Навыков и более 6,000 Лабораторий. 27 | - ИИ-ассистент обучения Labby, построенный на ChatGPT, обеспечивающий разговорный опыт обучения. 28 | 29 | Узнать больше о [LabEx VM](https://support.labex.io/using-labex/virtual-machine). 30 | 31 | ## Упражнения 32 | 33 | | Индекс | Название | Сложность | Практика | 34 | |----------|----------------------------------------------------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------| 35 | | 01 | 📖 Команда Linux ls: вывод содержимого | Средний | Начать Лабораторию | 36 | | 02 | 📖 Команда pwd в Linux: отображение директории | Начинающий | Начать Лабораторию | 37 | | 03 | 🎯 Навигация по директориям Linux | Начинающий | Начать Испытание | 38 | | 04 | 📖 Команда cd в Linux: изменение каталога | Начинающий | Начать Лабораторию | 39 | | 05 | 📖 Команда mkdir в Linux: создание каталогов | Начинающий | Начать Лабораторию | 40 | | 06 | 🎯 Настройка новой структуры проекта | Начинающий | Начать Испытание | 41 | | 07 | 📖 Команда Linux cp: копирование файлов | Начинающий | Начать Лабораторию | 42 | | 08 | 📖 Команда Linux mv: перемещение и переименование фай... | Начинающий | Начать Лабораторию | 43 | | 09 | 📖 Команда Linux rm: удаление файлов | Начинающий | Начать Лабораторию | 44 | | 10 | 🎯 Организация файлов и каталогов | Начинающий | Начать Испытание | 45 | | 11 | 📖 Команда Linux cat: объединение файлов | Начинающий | Начать Лабораторию | 46 | | 12 | 📖 Команда Linux more: Прокрутка файлов | Начинающий | Начать Лабораторию | 47 | | 13 | 📖 Команда Linux less: Прокрутка файлов | Начинающий | Начать Лабораторию | 48 | | 14 | 🎯 Просмотр журналов и файлов конфигурации в Linux | Начинающий | Начать Испытание | 49 | | 15 | 📖 Команда head в Linux: отображение начала файла | Начинающий | Начать Лабораторию | 50 | | 16 | 📖 Команда Linux tail: отображение конца файла | Начинающий | Начать Лабораторию | 51 | | 17 | 📖 Linux команда nl: Нумерация строк | Начинающий | Начать Лабораторию | 52 | | 18 | 🎯 Быстрое обнаружение угроз | Начинающий | Начать Испытание | 53 | | 19 | 📖 Команда 'which' в Linux: поиск команд | Начинающий | Начать Лабораторию | 54 | | 20 | 📖 Команда whereis в Linux: поиск файлов и команд | Начинающий | Начать Лабораторию | 55 | | 21 | 📖 Команда find в Linux: поиск файлов | Начинающий | Начать Лабораторию | 56 | | 22 | 🎯 Откройте важные системные ресурсы | Начинающий | Начать Испытание | 57 | | 23 | 📖 Команда grep в Linux: Поиск по шаблонам | Начинающий | Начать Лабораторию | 58 | | 24 | 🎯 Искать иголку в стоге сена | Начинающий | Начать Испытание | 59 | | 25 | 📖 Команда Linux wc: подсчет текста | Начинающий | Начать Лабораторию | 60 | | 26 | 📖 Команда Linux cut: Выделение текста | Начинающий | Начать Лабораторию | 61 | | 27 | 📖 Команда sort в Linux: сортировка текста | Начинающий | Начать Лабораторию | 62 | | 28 | 📖 Команда Linux uniq: Фильтрация дубликатов | Начинающий | Начать Лабораторию | 63 | | 29 | 🎯 Подсчет слов и сортировка | Начинающий | Начать Испытание | 64 | | 30 | 📖 Команда Linux tr: Преобразование символов | Начинающий | Начать Лабораторию | 65 | | 31 | 📖 Команда Linux diff: сравнение файлов | Начинающий | Начать Лабораторию | 66 | | 32 | 📖 Команда Linux join: объединение файлов | Начинающий | Начать Лабораторию | 67 | | 33 | 📖 Команда Linux xargs: Построение команд | Начинающий | Начать Лабораторию | 68 | | 34 | 📖 Команда Linux awk: обработка текста | Начинающий | Начать Лабораторию | 69 | | 35 | 🎯 Обработка данных о сотрудниках | Начинающий | Начать Испытание | 70 | | 36 | 📖 Команда Linux top: мониторинг системы в реальном в... | Начинающий | Начать Лабораторию | 71 | | 37 | 📖 Команда Linux free: мониторинг системной памяти | Начинающий | Начать Лабораторию | 72 | | 38 | 📖 Команда df в Linux: отчет о дисковом пространстве | Начинающий | Начать Лабораторию | 73 | | 39 | 📖 Команда du в Linux: оценка занимаемого файлами про... | Начинающий | Начать Лабораторию | 74 | | 40 | 🎯 Детектив использования дискового пространства | Начинающий | Начать Испытание | 75 | | 41 | 📖 Команда time в Linux: измерение времени выполнения... | Начинающий | Начать Лабораторию | 76 | 77 | ## Больше 78 | 79 | - 🔗 [Linux Курсы программирования](https://github.com/labex-labs/awesome-programming-courses) 80 | - 🔗 [Linux Проекты программирования](https://github.com/labex-labs/awesome-programming-projects) 81 | - 🔗 [Linux Бесплатные туториалы](https://github.com/labex-labs/linux-free-tutorials) 82 | 83 | -------------------------------------------------------------------------------- /README_zh.md: -------------------------------------------------------------------------------- 1 | # Linux 命令练习 2 | 3 | ## 支持语言 4 | 5 | 🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) 6 | 7 | [![Linux 命令练习](https://cover-creator.labex.io/linux-basic-commands-practice-online.png?lang=zh)](https://labex.io/zh/courses/linux-basic-commands-practice-online) 8 | 9 | [![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/zh/courses/linux-basic-commands-practice-online) 10 | 11 | 在本课程中,你将在 LabEx 在线 Linux 实验环境中练习最常用的 Linux 命令。它可以帮助 Linux 初学者快速学习常见的 Linux 终端命令和 Linux 的基本操作。同时,它也能帮助 Linux 系统管理员快速复习常见的 Linux 命令,提高工作效率。 12 | 13 | ![Linux](https://img.shields.io/badge/Linux-whitesmoke?style=for-the-badge&logo=linux) 14 | ![Shell](https://img.shields.io/badge/Shell-whitesmoke?style=for-the-badge&logo=shell) 15 | 16 | 17 | ## 学习环境 18 | 19 | LabEx 是一个专注于编程和技术的交互式动手学习平台。它结合了实验室、AI 辅助和虚拟机,提供无视频的实践学习体验。 20 | 21 | ![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png) 22 | 23 | - 严格的"边学边做"方法,提供独家动手实验,无视频。 24 | - 浏览器内的交互式在线环境,具有自动化的逐步检查。 25 | - 基于技能树的结构化内容组织系统。 26 | - 不断增长的学习资源,包含 30 个技能树和超过 6,000 个实验。 27 | - 基于 ChatGPT 构建的 AI 学习助手 Labby,提供对话式学习体验。 28 | 29 | 了解更多 [LabEx VM](https://support.labex.io/using-labex/virtual-machine). 30 | 31 | ## 练习 32 | 33 | | 序号 | 名称 | 难度 | 练习 | 34 | |--------|---------------------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------| 35 | | 01 | 📖 Linux ls 命令:内容列表 | 中级 | 开始实验 | 36 | | 02 | 📖 Linux pwd 命令:显示当前目录 | 初级 | 开始实验 | 37 | | 03 | 🎯 Linux 目录导航 | 初级 | 开始挑战 | 38 | | 04 | 📖 Linux cd 命令:目录切换 | 初级 | 开始实验 | 39 | | 05 | 📖 Linux mkdir 命令:目录创建 | 初级 | 开始实验 | 40 | | 06 | 🎯 设置新项目结构 | 初级 | 开始挑战 | 41 | | 07 | 📖 Linux cp 命令:文件复制 | 初级 | 开始实验 | 42 | | 08 | 📖 Linux mv 命令:文件移动与重命名 | 初级 | 开始实验 | 43 | | 09 | 📖 Linux rm 命令:文件删除 | 初级 | 开始实验 | 44 | | 10 | 🎯 文件与目录组织 | 初级 | 开始挑战 | 45 | | 11 | 📖 Linux cat 命令:文件连接与查看 | 初级 | 开始实验 | 46 | | 12 | 📖 Linux more 命令:文件滚动查看 | 初级 | 开始实验 | 47 | | 13 | 📖 Linux less 命令:文件分页 | 初级 | 开始实验 | 48 | | 14 | 🎯 在 Linux 中查看日志和配置文件 | 初级 | 开始挑战 | 49 | | 15 | 📖 Linux head 命令:文件开头显示 | 初级 | 开始实验 | 50 | | 16 | 📖 Linux tail 命令:文件末尾显示 | 初级 | 开始实验 | 51 | | 17 | 📖 Linux nl 命令:行号编号 | 初级 | 开始实验 | 52 | | 18 | 🎯 快速威胁检测 | 初级 | 开始挑战 | 53 | | 19 | 📖 Linux which 命令:命令定位 | 初级 | 开始实验 | 54 | | 20 | 📖 Linux whereis 命令:文件和命令查找 | 初级 | 开始实验 | 55 | | 21 | 📖 Linux find 命令:文件搜索 | 初级 | 开始实验 | 56 | | 22 | 🎯 发现关键系统资源 | 初级 | 开始挑战 | 57 | | 23 | 📖 Linux grep 命令:模式搜索 | 初级 | 开始实验 | 58 | | 24 | 🎯 大海捞针 | 初级 | 开始挑战 | 59 | | 25 | 📖 Linux wc 命令:文本计数 | 初级 | 开始实验 | 60 | | 26 | 📖 Linux cut 命令:文本切割 | 初级 | 开始实验 | 61 | | 27 | 📖 Linux sort 命令:文本排序 | 初级 | 开始实验 | 62 | | 28 | 📖 Linux uniq 命令:重复数据过滤 | 初级 | 开始实验 | 63 | | 29 | 🎯 单词计数与排序 | 初级 | 开始挑战 | 64 | | 30 | 📖 Linux tr 命令:字符转换 | 初级 | 开始实验 | 65 | | 31 | 📖 Linux diff 命令:文件比较 | 初级 | 开始实验 | 66 | | 32 | 📖 Linux join 命令:文件合并 | 初级 | 开始实验 | 67 | | 33 | 📖 Linux xargs 命令:命令构建 | 初级 | 开始实验 | 68 | | 34 | 📖 Linux awk 命令:文本处理 | 初级 | 开始实验 | 69 | | 35 | 🎯 处理员工数据 | 初级 | 开始挑战 | 70 | | 36 | 📖 Linux top 命令:实时系统监控 | 初级 | 开始实验 | 71 | | 37 | 📖 Linux free 命令:监控系统内存 | 初级 | 开始实验 | 72 | | 38 | 📖 Linux df 命令:磁盘空间报告 | 初级 | 开始实验 | 73 | | 39 | 📖 Linux du 命令:文件空间估算 | 初级 | 开始实验 | 74 | | 40 | 🎯 磁盘使用侦探 | 初级 | 开始挑战 | 75 | | 41 | 📖 Linux time 命令:命令计时 | 初级 | 开始实验 | 76 | 77 | ## 更多 78 | 79 | - 🔗 [Linux 编程课程](https://github.com/labex-labs/awesome-programming-courses) 80 | - 🔗 [Linux 编程项目](https://github.com/labex-labs/awesome-programming-projects) 81 | - 🔗 [Linux 免费教程](https://github.com/labex-labs/linux-free-tutorials) 82 | 83 | --------------------------------------------------------------------------------