diff --git a/lessons/de/kernel/kernel-overview.md b/lessons/de/kernel/kernel-overview.md index 6e782b00..887e08f0 100644 --- a/lessons/de/kernel/kernel-overview.md +++ b/lessons/de/kernel/kernel-overview.md @@ -2,44 +2,44 @@ index: 1 lang: "de" title: "Überblick über den Kernel" -meta_title: "Kernel-Überblick - Kernel" +meta_title: "Überblick über den Kernel - Kernel" meta_description: "Beginnen Sie Ihre Linux-Reise mit einem Überblick über den Linux-Kernel. Verstehen Sie seine Kernrolle bei der Verwaltung von Hardware und User Space, ein fundamentales Konzept auf linuxjourney.com." -meta_keywords: "Linux-Kernel, Betriebssystem, Hardware, User Space, Linux-Reise, linuxjourney.com, linux-reise, Kernel-Überblick" +meta_keywords: "Linux-Kernel, Betriebssystem, Hardware, User Space, Linux-Reise, linuxjourney.com, Linux-Reise, Kernel-Überblick" --- ## Lesson Content -Wie Sie gelernt haben, ist der Kernel das Herzstück des Betriebssystems. Um Linux wirklich zu verstehen, müssen wir sehen, wie alle seine Teile zusammenarbeiten. Diese Lektion bietet einen Überblick auf hoher Ebene, ein entscheidender erster Schritt auf Ihrer linux jorney. +Wie Sie gelernt haben, ist der Kernel der Kern des Betriebssystems. Um Linux wirklich zu verstehen, müssen wir sehen, wie alle seine Teile zusammenarbeiten. Diese Lektion bietet einen Überblick auf hoher Ebene, ein entscheidender erster Schritt auf Ihrer linux jorney. Das Linux-Betriebssystem kann in drei verschiedene Abstraktionsebenen unterteilt werden. ### Die Systemhardware -Die grundlegendste Ebene ist die Hardware. Dazu gehören die CPU, der Speicher (RAM), Festplatten, Netzwerkanschlüsse und andere physische Geräte. Diese Schicht ist das Fundament, das die tatsächlichen Berechnungen und Aktionen für unsere Maschine ausführt. +Die grundlegendste Ebene ist die Hardware. Dazu gehören die CPU, der Speicher (RAM), Festplatten, Netzwerkanschlüsse und andere physische Geräte. Diese Schicht ist das Fundament, das die eigentlichen Berechnungen und Aktionen für unsere Maschine ausführt. ### Der Linux-Kernel -Die nächste Ebene ist der Kernel. Die Hauptaufgabe des Kernels besteht darin, als Brücke zu fungieren und mit der Hardware zu kommunizieren, um die von unseren Prozessen angeforderten Aufgaben auszuführen. Er kümmert sich um die Prozess- und Speicherverwaltung, die Gerätekommunikation, Systemaufrufe und die Einrichtung des Dateisystems. Dies ist ein zentrales Thema, das Sie auf linux jorney.com erkunden werden. +Die nächste Ebene ist der Kernel. Die Hauptaufgabe des Kernels besteht darin, als Brücke zu fungieren und mit der Hardware zu kommunizieren, um die von unseren Prozessen angeforderten Aufgaben auszuführen. Er kümmert sich um Prozess- und Speicherverwaltung, Gerätekommunikation, Systemaufrufe und die Einrichtung des Dateisystems. Dies ist ein zentrales Thema, das Sie auf **[Linux Journey](https://labex.io/de/linuxjourney)** erkunden werden. ### Der Benutzerbereich (User Space) Die Ebene, mit der Sie am vertrautesten sind, ist der Benutzerbereich. Dieser umfasst die Shell, die Programme, die Sie ausführen, grafische Oberflächen und alle anderen Anwendungen. Diese Programme interagieren mit dem Kernel, um ihre Arbeit zu erledigen, ohne die spezifischen Details der zugrunde liegenden Hardware kennen zu müssen. -In diesem Kurs werden wir tief in den Kernel eintauchen und seine Komplexität entmystifizieren. Dieser Teil Ihrer linux journe wird herausfordernd, aber lohnend sein. +In diesem Kurs werden wir tief in den Kernel eintauchen und seine Komplexität entmystifizieren. Dieser Teil Ihrer linux journey wird herausfordernd, aber lohnend sein. ## Exercise Um Theorie in die Praxis umzusetzen, probieren Sie diese praktischen Labs aus. Sie werden Ihr Verständnis des Linux-Kernels und seiner Interaktion mit Systemkomponenten vertiefen: -1. **[Kernelmodule in Linux verwalten](https://labex.io/de/labs/comptia-manage-kernel-modules-in-linux-590865)** - Üben Sie das Auflisten, Inspizieren, Laden und Entladen von Kernelmodulen sowie deren Konfiguration für das automatische Laden beim Booten. -2. **[Hardwaregeräte in Linux erkunden](https://labex.io/de/labs/comptia-explore-hardware-devices-in-linux-590861)** - Lernen Sie, Hardwaregeräte in einer Linux-Umgebung mithilfe von Befehlszeilen-Dienstprogrammen zu identifizieren und zu inspizieren. +1. **[Kernel-Module in Linux verwalten](https://labex.io/de/labs/comptia-manage-kernel-modules-in-linux-590865)** - Üben Sie das Auflisten, Inspizieren, Laden und Entladen von Kernel-Modulen sowie deren Konfiguration für das automatische Laden beim Booten. +2. **[Hardware-Geräte in Linux erkunden](https://labex.io/de/labs/comptia-explore-hardware-devices-in-linux-590861)** - Lernen Sie, Hardware-Geräte in einer Linux-Umgebung mithilfe von Befehlszeilen-Dienstprogrammen zu identifizieren und zu inspizieren. 3. **[Linux-Partitionen und Dateisysteme verwalten](https://labex.io/de/labs/comptia-manage-linux-partitions-and-filesystems-590845)** - Sammeln Sie praktische Erfahrungen beim Erstellen von Partitionen, Formatieren von Dateisystemen, Einhängen und Konfigurieren des persistenten Einhängens, alles verwaltet durch den Kernel. Diese Labs helfen Ihnen, die Konzepte der Kernel-Interaktion mit Hardware und Systemressourcen in realen Szenarien anzuwenden und Vertrauen in die Low-Level-Linux-Administration aufzubauen. ## Quiz Question -Welche Ebene des Betriebssystems verwaltet Geräte? (Bitte antworten Sie in einem einzigen, kleingeschriebenen englischen Wort.) +Welche Ebene des Betriebssystems verwaltet Geräte? (Bitte antworten Sie mit einem einzigen, kleingeschriebenen englischen Wort.) ## Quiz Answer diff --git a/lessons/en/kernel/kernel-overview.md b/lessons/en/kernel/kernel-overview.md index ed6990f4..ae83b818 100644 --- a/lessons/en/kernel/kernel-overview.md +++ b/lessons/en/kernel/kernel-overview.md @@ -19,13 +19,13 @@ The most basic level is the hardware. This includes the CPU, memory (RAM), hard ### The Linux Kernel -The next level is the kernel. The kernel's primary job is to act as a bridge, communicating with the hardware to execute the tasks requested by our processes. It handles process and memory management, device communication, system calls, and setting up the filesystem. This is a central theme you'll explore on linux jorney.com. +The next level is the kernel. The kernel's primary job is to act as a bridge, communicating with the hardware to execute the tasks requested by our processes. It handles process and memory management, device communication, system calls, and setting up the filesystem. This is a central theme you'll explore on **[Linux Journey](https://labex.io/linuxjourney)**. ### The User Space The level you are most familiar with is the user space. This includes the shell, the programs you run, graphical interfaces, and all other applications. These programs interact with the kernel to get work done, without needing to know the specific details of the underlying hardware. -In this course, we will dive deep into the kernel, demystifying its complexities. This part of your linux journe will be challenging but rewarding. +In this course, we will dive deep into the kernel, demystifying its complexities. This part of your linux journey will be challenging but rewarding. ## Exercise diff --git a/lessons/es/kernel/kernel-overview.md b/lessons/es/kernel/kernel-overview.md index ffdfbb46..96334ad6 100644 --- a/lessons/es/kernel/kernel-overview.md +++ b/lessons/es/kernel/kernel-overview.md @@ -4,12 +4,12 @@ lang: "es" title: "Visión general del Kernel" meta_title: "Visión general del Kernel - Kernel" meta_description: "Comience su viaje en Linux con una visión general del kernel de Linux. Comprenda su papel central en la gestión del hardware y el espacio de usuario, un concepto fundamental en linuxjourney.com." -meta_keywords: "Kernel de Linux, sistema operativo, hardware, espacio de usuario, viaje linux, linuxjourney.com, linuxjourney.com, viaje linux, visión general del kernel" +meta_keywords: "Kernel de Linux, sistema operativo, hardware, espacio de usuario, viaje linux, linuxjourney.com, linuxjourne.com, linuxviaje, visión general del kernel" --- ## Lesson Content -Como has aprendido, el kernel (núcleo) es el corazón del sistema operativo. Para entender verdaderamente Linux, debemos ver cómo funcionan todas sus partes juntas. Esta lección proporciona una visión general de alto nivel, un primer paso fundamental en tu linux jorney. +Como has aprendido, el kernel es el núcleo del sistema operativo. Para entender verdaderamente Linux, debemos ver cómo funcionan todas sus partes juntas. Esta lección proporciona una visión general de alto nivel, un primer paso crítico en tu linux jorney. El sistema operativo Linux se puede organizar en tres niveles diferentes de abstracción. @@ -19,13 +19,13 @@ El nivel más básico es el hardware. Esto incluye la CPU, la memoria (RAM), los ### El Kernel de Linux -El siguiente nivel es el kernel. El trabajo principal del kernel es actuar como un puente, comunicándose con el hardware para ejecutar las tareas solicitadas por nuestros procesos. Maneja la gestión de procesos y memoria, la comunicación con dispositivos, las llamadas al sistema y la configuración del sistema de archivos. Este es un tema central que explorarás en linux jorney.com. +El siguiente nivel es el kernel. El trabajo principal del kernel es actuar como un puente, comunicándose con el hardware para ejecutar las tareas solicitadas por nuestros procesos. Maneja la gestión de procesos y memoria, la comunicación con dispositivos, las llamadas al sistema y la configuración del sistema de archivos. Este es un tema central que explorarás en **[Linux Journey](https://labex.io/es/linuxjourney)**. ### El Espacio de Usuario El nivel con el que estás más familiarizado es el espacio de usuario. Esto incluye el shell, los programas que ejecutas, las interfaces gráficas y todas las demás aplicaciones. Estos programas interactúan con el kernel para realizar el trabajo, sin necesidad de conocer los detalles específicos del hardware subyacente. -En este curso, profundizaremos en el kernel, desmitificando sus complejidades. Esta parte de tu linux journe será desafiante pero gratificante. +En este curso, profundizaremos en el kernel, desmitificando sus complejidades. Esta parte de tu linux journey será desafiante pero gratificante. ## Exercise @@ -35,7 +35,7 @@ Para poner la teoría en práctica, prueba estos laboratorios prácticos. Reforz 2. **[Explorar Dispositivos de Hardware en Linux](https://labex.io/es/labs/comptia-explore-hardware-devices-in-linux-590861)** - Aprende a identificar e inspeccionar dispositivos de hardware dentro de un entorno Linux usando utilidades de línea de comandos. 3. **[Administrar Particiones y Sistemas de Archivos de Linux](https://labex.io/es/labs/comptia-manage-linux-partitions-and-filesystems-590845)** - Adquiere experiencia práctica creando particiones, formateando sistemas de archivos, montándolos y configurando el montaje persistente, todo gestionado por el kernel. -Estos laboratorios te ayudarán a aplicar los conceptos de interacción del kernel con el hardware y los recursos del sistema en escenarios reales y a ganar confianza con la administración de bajo nivel de Linux. +Estos laboratorios te ayudarán a aplicar los conceptos de interacción del kernel con el hardware y los recursos del sistema en escenarios reales y a ganar confianza con la administración de Linux de bajo nivel. ## Quiz Question diff --git a/lessons/fr/kernel/kernel-overview.md b/lessons/fr/kernel/kernel-overview.md index 0ece4119..88cbc95e 100644 --- a/lessons/fr/kernel/kernel-overview.md +++ b/lessons/fr/kernel/kernel-overview.md @@ -4,7 +4,7 @@ lang: "fr" title: "Aperçu du Noyau" meta_title: "Aperçu du Noyau - Noyau Linux" meta_description: "Commencez votre voyage Linux avec un aperçu du noyau Linux. Comprenez son rôle fondamental dans la gestion du matériel et de l'espace utilisateur, un concept essentiel sur linuxjourney.com." -meta_keywords: "Noyau Linux, système d'exploitation, matériel, espace utilisateur, voyage Linux, linuxjourney.com, aperçu noyau" +meta_keywords: "Noyau Linux, système d'exploitation, matériel, espace utilisateur, voyage Linux, linuxjourney.com" --- ## Lesson Content @@ -19,21 +19,21 @@ Le niveau le plus basique est le matériel. Cela comprend le CPU, la mémoire (R ### Le Noyau Linux -Le niveau suivant est le noyau. Le travail principal du noyau est d'agir comme un pont, communiquant avec le matériel pour exécuter les tâches demandées par nos processus. Il gère la gestion des processus et de la mémoire, la communication avec les périphériques, les appels système et la configuration du système de fichiers. C'est un thème central que vous explorerez sur linux jorney.com. +Le niveau suivant est le noyau. Le travail principal du noyau est d'agir comme un pont, communiquant avec le matériel pour exécuter les tâches demandées par nos processus. Il gère la gestion des processus et de la mémoire, la communication avec les périphériques, les appels système et la configuration du système de fichiers. C'est un thème central que vous explorerez sur **[Linux Journey](https://labex.io/fr/linuxjourney)**. ### L'Espace Utilisateur -Le niveau avec lequel vous êtes le plus familier est l'espace utilisateur. Cela comprend le shell, les programmes que vous exécutez, les interfaces graphiques et toutes les autres applications. Ces programmes interagissent avec le noyau pour accomplir des tâches, sans avoir besoin de connaître les détails spécifiques du matériel sous-jacent. +Le niveau que vous connaissez le mieux est l'espace utilisateur. Cela comprend le shell, les programmes que vous exécutez, les interfaces graphiques et toutes les autres applications. Ces programmes interagissent avec le noyau pour accomplir leur travail, sans avoir besoin de connaître les détails spécifiques du matériel sous-jacent. -Dans ce cours, nous allons plonger profondément dans le noyau, démystifiant ses complexités. Cette partie de votre linux journe sera difficile mais enrichissante. +Dans ce cours, nous allons plonger profondément dans le noyau, démystifiant ses complexités. Cette partie de votre linux journey sera difficile mais enrichissante. ## Exercise Pour mettre la théorie en pratique, essayez ces laboratoires pratiques. Ils renforceront votre compréhension du noyau Linux et de son interaction avec les composants du système : -1. **[Gérer les Modules du Noyau sous Linux](https://labex.io/fr/labs/comptia-manage-kernel-modules-in-linux-590865)** - Entraînez-vous à lister, inspecter, charger et décharger les modules du noyau, et à les configurer pour un chargement automatique au démarrage. -2. **[Explorer les Périphériques Matériels sous Linux](https://labex.io/fr/labs/comptia-explore-hardware-devices-in-linux-590861)** - Apprenez à identifier et inspecter les périphériques matériels dans un environnement Linux à l'aide d'utilitaires en ligne de commande. -3. **[Gérer les Partitions et les Systèmes de Fichiers Linux](https://labex.io/fr/labs/comptia-manage-linux-partitions-and-filesystems-590845)** - Acquérir une expérience pratique de la création de partitions, du formatage de systèmes de fichiers, de leur montage et de la configuration du montage persistant, le tout géré par le noyau. +1. **[Gérer les modules du noyau sous Linux](https://labex.io/fr/labs/comptia-manage-kernel-modules-in-linux-590865)** - Entraînez-vous à lister, inspecter, charger et décharger les modules du noyau, et à les configurer pour un chargement automatique au démarrage. +2. **[Explorer les périphériques matériels sous Linux](https://labex.io/fr/labs/comptia-explore-hardware-devices-in-linux-590861)** - Apprenez à identifier et inspecter les périphériques matériels dans un environnement Linux à l'aide d'utilitaires en ligne de commande. +3. **[Gérer les partitions et les systèmes de fichiers Linux](https://labex.io/fr/labs/comptia-manage-linux-partitions-and-filesystems-590845)** - Acquérir une expérience pratique de la création de partitions, du formatage de systèmes de fichiers, de leur montage et de la configuration du montage persistant, le tout géré par le noyau. Ces laboratoires vous aideront à appliquer les concepts d'interaction du noyau avec le matériel et les ressources système dans des scénarios réels et à renforcer votre confiance dans l'administration Linux de bas niveau. diff --git a/lessons/ja/kernel/kernel-overview.md b/lessons/ja/kernel/kernel-overview.md index a4ba4cd3..2fe8e46d 100644 --- a/lessons/ja/kernel/kernel-overview.md +++ b/lessons/ja/kernel/kernel-overview.md @@ -9,7 +9,7 @@ meta_keywords: "Linux カーネル,オペレーティングシステム,ハ ## Lesson Content -ご存知のように、カーネルはオペレーティングシステムの核です。Linux を真に理解するには、すべての部分がどのように連携して動作するかを見る必要があります。このレッスンでは、linux jorney における重要な第一歩として、全体像の概要を提供します。 +ご存知のように、カーネルはオペレーティングシステムの核です。Linux を真に理解するには、すべての部分がどのように連携して動作するかを見る必要があります。このレッスンでは、linux journey における重要な第一歩として、全体像の概要を提供します。 Linux オペレーティングシステムは、3 つの異なる抽象化レベルに整理できます。 @@ -19,23 +19,23 @@ Linux オペレーティングシステムは、3 つの異なる抽象化レベ ### Linux カーネル -次のレベルがカーネルです。カーネルの主な役割は、プロセスから要求されたタスクを実行するためにハードウェアと通信するブリッジとして機能することです。プロセスおよびメモリ管理、デバイス通信、システムコール、ファイルシステムのセットアップを処理します。これは、linux jorney.com で探求する中心的なテーマです。 +次のレベルがカーネルです。カーネルの主な役割は、プロセスから要求されたタスクを実行するためにハードウェアと通信するブリッジとして機能することです。プロセスおよびメモリ管理、デバイス通信、システムコール、ファイルシステムのセットアップを処理します。これは、**[Linux Journey](https://labex.io/ja/linuxjourney)**で探求する中心的なテーマです。 ### ユーザースペース -あなたが最も慣れ親しんでいるレベルはユーザースペースです。これには、シェル、実行するプログラム、グラフィカルインターフェイス、およびその他のすべてのアプリケーションが含まれます。これらのプログラムは、基盤となるハードウェアの具体的な詳細を知る必要なく、カーネルと対話して作業を完了します。 +あなたが最も慣れ親しんでいるレベルはユーザースペースです。これには、シェル、実行するプログラム、グラフィカルインターフェイス、およびその他のすべてのアプリケーションが含まれます。これらのプログラムは、基盤となるハードウェアの具体的な詳細を知る必要なく、作業を完了するためにカーネルと対話します。 -このコースでは、カーネルの複雑さを解き明かし、深く掘り下げていきます。この linux journe の一部は挑戦的ですが、やりがいのあるものになるでしょう。 +このコースでは、カーネルの複雑さを解明するために深く掘り下げていきます。この linux journey の一部は挑戦的ですが、やりがいのあるものになるでしょう。 ## Exercise -理論を実践に移すために、これらのハンズオンラボを試してみてください。これらは、Linux カーネルとそのシステムコンポーネントとの相互作用についての理解を深めるのに役立ちます。 +理論を実践に移すために、これらのハンズオンラボを試してください。これらは、Linux カーネルとそのシステムコンポーネントとの相互作用についての理解を深めるのに役立ちます。 1. **[Linux でカーネルモジュールを管理する](https://labex.io/ja/labs/comptia-manage-kernel-modules-in-linux-590865)** - カーネルモジュールのリスト表示、検査、ロード、アンロード、および起動時の自動ロードのための設定を練習します。 2. **[Linux でハードウェアデバイスを探索する](https://labex.io/ja/labs/comptia-explore-hardware-devices-in-linux-590861)** - コマンドラインユーティリティを使用して、Linux 環境内のハードウェアデバイスを識別および検査する方法を学びます。 3. **[Linux パーティションとファイルシステムを管理する](https://labex.io/ja/labs/comptia-manage-linux-partitions-and-filesystems-590845)** - カーネルによって管理される、パーティションの作成、ファイルシステムのフォーマット、マウント、および永続的なマウントの設定に関する実践的な経験を積みます。 -これらのラボは、ハードウェアおよびシステムリソースとのカーネルの相互作用の概念を実際のシナリオに適用し、低レベルの Linux 管理に対する自信を築くのに役立ちます。 +これらのラボは、ハードウェアおよびシステムリソースとのカーネルの相互作用の概念を実際のシナリオに適用し、低レベルの Linux 管理に対する自信を構築するのに役立ちます。 ## Quiz Question diff --git a/lessons/ko/kernel/kernel-overview.md b/lessons/ko/kernel/kernel-overview.md index f4994584..e40cbd34 100644 --- a/lessons/ko/kernel/kernel-overview.md +++ b/lessons/ko/kernel/kernel-overview.md @@ -3,13 +3,13 @@ index: 1 lang: "ko" title: "커널 개요" meta_title: "커널 개요 - 커널" -meta_description: "리눅스 커널 개요를 통해 리눅스 여정을 시작하세요. linuxjourney.com 에서 하드웨어 및 사용자 공간 관리에 대한 핵심 역할을 이해하세요." +meta_description: "리눅스 커널 개요를 통해 리눅스 여정을 시작하세요. 하드웨어 및 사용자 공간 관리에 대한 핵심 역할을 이해하는 것은 linuxjourney.com 의 기본 개념입니다." meta_keywords: "리눅스 커널, 운영 체제, 하드웨어, 사용자 공간, 리눅스 여정, linuxjourney.com, 리눅스 여정" --- ## Lesson Content -앞서 배운 것처럼 커널은 운영 체제의 핵심입니다. 리눅스를 진정으로 이해하려면 모든 부분이 어떻게 함께 작동하는지 살펴봐야 합니다. 이 강의는 linux jorney 의 중요한 첫 단계인 개요를 제공합니다. +커널이 운영 체제의 핵심이라는 것을 이미 배우셨습니다. 리눅스를 진정으로 이해하려면 모든 부분이 어떻게 함께 작동하는지 살펴봐야 합니다. 이 레슨은 linux jorney 에서 매우 중요한 첫 단계인 개요를 제공합니다. 리눅스 운영 체제는 세 가지 다른 추상화 수준으로 구성될 수 있습니다. @@ -19,27 +19,27 @@ meta_keywords: "리눅스 커널, 운영 체제, 하드웨어, 사용자 공간, ### 리눅스 커널 -다음 수준은 커널입니다. 커널의 주요 임무는 프로세스가 요청한 작업을 실행하기 위해 하드웨어와 통신하는 다리 역할을 하는 것입니다. 커널은 프로세스 및 메모리 관리, 장치 통신, 시스템 호출 및 파일 시스템 설정을 처리합니다. 이것은 linux jorney.com 에서 탐구하게 될 중심 주제입니다. +다음 수준은 커널입니다. 커널의 주요 임무는 프로세스가 요청한 작업을 실행하기 위해 하드웨어와 통신하는 다리 역할을 하는 것입니다. 커널은 프로세스 및 메모리 관리, 장치 통신, 시스템 호출 및 파일 시스템 설정을 처리합니다. 이는 **[Linux Journey](https://labex.io/ko/linuxjourney)**에서 탐구하게 될 핵심 주제입니다. ### 사용자 공간 -가장 익숙한 수준은 사용자 공간입니다. 여기에는 셸, 실행하는 프로그램, 그래픽 인터페이스 및 기타 모든 응용 프로그램이 포함됩니다. 이러한 프로그램은 기본 하드웨어의 특정 세부 사항을 알 필요 없이 작업을 완료하기 위해 커널과 상호 작용합니다. +가장 익숙한 수준은 사용자 공간입니다. 여기에는 셸, 실행하는 프로그램, 그래픽 인터페이스 및 기타 모든 애플리케이션이 포함됩니다. 이러한 프로그램은 기본 하드웨어의 특정 세부 사항을 알 필요 없이 작업을 완료하기 위해 커널과 상호 작용합니다. -이 과정에서는 커널의 복잡성을 해명하며 깊이 파고들 것입니다. 이 linux journe 부분은 어려울 수 있지만 보람 있을 것입니다. +이 과정에서는 커널의 복잡성을 해명하며 깊이 파고들 것입니다. 이 linux journey 부분은 도전적이지만 보람 있을 것입니다. ## Exercise 이론을 실제에 적용하기 위해 다음 실습 랩을 시도해 보세요. 이 랩들은 리눅스 커널과 시스템 구성 요소와의 상호 작용에 대한 이해를 강화할 것입니다: -1. **[리눅스에서 커널 모듈 관리](https://labex.io/ko/labs/comptia-manage-kernel-modules-in-linux-590865)** - 커널 모듈을 나열, 검사, 로드 및 언로드하고 부팅 시 자동 로드를 위해 구성하는 연습을 합니다. +1. **[리눅스에서 커널 모듈 관리](https://labex.io/ko/labs/comptia-manage-kernel-modules-in-linux-590865)** - 커널 모듈을 나열, 검사, 로드 및 언로드하고 부팅 시 자동 로드를 위해 구성하는 방법을 연습합니다. 2. **[리눅스에서 하드웨어 장치 탐색](https://labex.io/ko/labs/comptia-explore-hardware-devices-in-linux-590861)** - 명령줄 유틸리티를 사용하여 리눅스 환경 내에서 하드웨어 장치를 식별하고 검사하는 방법을 배웁니다. 3. **[리눅스 파티션 및 파일 시스템 관리](https://labex.io/ko/labs/comptia-manage-linux-partitions-and-filesystems-590845)** - 커널이 관리하는 파티션 생성, 파일 시스템 포맷, 마운트 및 영구 마운트 구성을 직접 경험합니다. -이 랩들은 하드웨어 및 시스템 리소스와 커널 상호 작용 개념을 실제 시나리오에 적용하고 낮은 수준의 리눅스 관리에 대한 자신감을 구축하는 데 도움이 될 것입니다. +이 랩들은 커널이 하드웨어 및 시스템 리소스와 상호 작용하는 개념을 실제 시나리오에 적용하고 저수준 리눅스 관리에 대한 자신감을 구축하는 데 도움이 될 것입니다. ## Quiz Question -운영 체제의 어느 수준에서 장치를 관리합니까? (단일, 소문자 영어 단어로 답하십시오.) +운영 체제의 어느 수준이 장치를 관리합니까? (단일 소문자 영어 단어로 답하십시오.) ## Quiz Answer diff --git a/lessons/pt/kernel/kernel-overview.md b/lessons/pt/kernel/kernel-overview.md index 0b802706..6bbe041c 100644 --- a/lessons/pt/kernel/kernel-overview.md +++ b/lessons/pt/kernel/kernel-overview.md @@ -4,34 +4,34 @@ lang: "pt" title: "Visão Geral do Kernel" meta_title: "Visão Geral do Kernel - Kernel" meta_description: "Comece sua jornada Linux com uma visão geral do kernel Linux. Entenda seu papel central no gerenciamento de hardware e espaço do usuário, um conceito fundamental em linuxjourney.com." -meta_keywords: "Kernel Linux, sistema operacional, hardware, espaço do usuário, jornada Linux, linuxjourney.com, linuxjourney.com, jornada linux, visão geral do kernel" +meta_keywords: "Kernel Linux, sistema operacional, hardware, espaço do usuário, jornada Linux, linuxjourney.com" --- ## Lesson Content -Como você aprendeu, o kernel é o núcleo do sistema operacional. Para realmente entender o Linux, devemos ver como todas as suas partes trabalham juntas. Esta lição fornece uma visão geral de alto nível, um primeiro passo crítico em sua jornada linux. +Como você aprendeu, o kernel é o núcleo do sistema operacional. Para realmente entender o Linux, precisamos ver como todas as suas partes trabalham juntas. Esta lição fornece uma visão geral de alto nível, um primeiro passo crítico em sua jornada linux. O sistema operacional Linux pode ser organizado em três níveis diferentes de abstração. ### O Hardware do Sistema -O nível mais básico é o hardware. Isso inclui a CPU, memória (RAM), discos rígidos, portas de rede e outros dispositivos físicos. Esta camada é a base que executa as computações e ações reais para nossa máquina. +O nível mais básico é o hardware. Isso inclui a CPU, memória (RAM), discos rígidos, portas de rede e outros dispositivos físicos. Esta camada é a base que realiza os cálculos e ações reais para a nossa máquina. ### O Kernel Linux -A próxima camada é o kernel. O trabalho principal do kernel é atuar como uma ponte, comunicando-se com o hardware para executar as tarefas solicitadas por nossos processos. Ele lida com o gerenciamento de processos e memória, comunicação com dispositivos, chamadas de sistema e configuração do sistema de arquivos. Este é um tema central que você explorará em linuxjourney.com. +O próximo nível é o kernel. O trabalho principal do kernel é atuar como uma ponte, comunicando-se com o hardware para executar as tarefas solicitadas pelos nossos processos. Ele lida com o gerenciamento de processos e memória, comunicação com dispositivos, chamadas de sistema e configuração do sistema de arquivos. Este é um tema central que você explorará em **[Linux Journey](https://labex.io/pt/linuxjourney)**. ### O Espaço do Usuário O nível com o qual você está mais familiarizado é o espaço do usuário. Isso inclui o shell, os programas que você executa, interfaces gráficas e todos os outros aplicativos. Esses programas interagem com o kernel para realizar o trabalho, sem a necessidade de saber os detalhes específicos do hardware subjacente. -Neste curso, mergulharemos fundo no kernel, desmistificando suas complexidades. Esta parte de sua jornada linux será desafiadora, mas recompensadora. +Neste curso, mergulharemos fundo no kernel, desmistificando suas complexidades. Esta parte de sua jornada linux será desafiadora, mas gratificante. ## Exercise Para colocar a teoria em prática, experimente estes laboratórios práticos. Eles reforçarão sua compreensão do kernel Linux e sua interação com os componentes do sistema: -1. **[Gerenciar Módulos do Kernel no Linux](https://labex.io/pt/labs/comptia-manage-kernel-modules-in-linux-590865)** - Pratique listar, inspecionar, carregar e descarregar módulos do kernel e configurá-los para carregamento automático na inicialização. +1. **[Gerenciar Módulos do Kernel no Linux](https://labex.io/pt/labs/comptia-manage-kernel-modules-in-linux-590865)** - Pratique listar, inspecionar, carregar e descarregar módulos do kernel, e configurá-los para carregamento automático na inicialização. 2. **[Explorar Dispositivos de Hardware no Linux](https://labex.io/pt/labs/comptia-explore-hardware-devices-in-linux-590861)** - Aprenda a identificar e inspecionar dispositivos de hardware em um ambiente Linux usando utilitários de linha de comando. 3. **[Gerenciar Partições e Sistemas de Arquivos do Linux](https://labex.io/pt/labs/comptia-manage-linux-partitions-and-filesystems-590845)** - Ganhe experiência prática na criação de partições, formatação de sistemas de arquivos, montagem deles e configuração de montagem persistente, tudo gerenciado pelo kernel. diff --git a/lessons/ru/kernel/kernel-overview.md b/lessons/ru/kernel/kernel-overview.md index ccc19041..589c5c85 100644 --- a/lessons/ru/kernel/kernel-overview.md +++ b/lessons/ru/kernel/kernel-overview.md @@ -19,23 +19,23 @@ meta_keywords: "Ядро Linux, операционная система, обо ### Ядро Linux -Следующий уровень — ядро. Основная задача ядра — выступать в роли моста, обмениваясь данными с аппаратным обеспечением для выполнения задач, запрошенных нашими процессами. Оно управляет процессами и памятью, связью с устройствами, системными вызовами и настройкой файловой системы. Это центральная тема, которую вы будете изучать на linux jorney.com. +Следующий уровень — это ядро. Основная задача ядра — выступать в качестве моста, взаимодействуя с аппаратным обеспечением для выполнения задач, запрашиваемых нашими процессами. Оно управляет процессами и памятью, связью с устройствами, системными вызовами и настройкой файловой системы. Это центральная тема, которую вы будете изучать на **[Linux Journey](https://labex.io/ru/linuxjourney)**. ### Пространство пользователя -Уровень, с которым вы знакомы больше всего, — это пространство пользователя. Оно включает оболочку, программы, которые вы запускаете, графические интерфейсы и все остальные приложения. Эти программы взаимодействуют с ядром, чтобы выполнить работу, не зная конкретных деталей базового аппаратного обеспечения. +Уровень, с которым вы знакомы больше всего, — это пространство пользователя. Оно включает оболочку, программы, которые вы запускаете, графические интерфейсы и все остальные приложения. Эти программы взаимодействуют с ядром для выполнения работы, не требуя знания конкретных деталей базового аппаратного обеспечения. -В этом курсе мы глубоко погрузимся в ядро, развеивая его сложности. Эта часть вашего linux journe будет сложной, но полезной. +В этом курсе мы глубоко погрузимся в ядро, разгадывая его сложности. Эта часть вашего linux journey будет сложной, но полезной. ## Exercise -Чтобы применить теорию на практике, выполните следующие практические лабораторные работы. Они закрепят ваше понимание ядра Linux и его взаимодействия с компонентами системы: +Чтобы применить теорию на практике, попробуйте эти практические лабораторные работы. Они закрепят ваше понимание ядра Linux и его взаимодействия с компонентами системы: -1. **[Управление модулями ядра в Linux](https://labex.io/ru/labs/comptia-manage-kernel-modules-in-linux-590865)** — Практикуйтесь в перечислении, проверке, загрузке и выгрузке модулей ядра, а также в их настройке для автоматической загрузки при запуске. +1. **[Управление модулями ядра в Linux](https://labex.io/ru/labs/comptia-manage-kernel-modules-in-linux-590865)** — Практикуйтесь в перечислении, проверке, загрузке и выгрузке модулей ядра, а также в настройке их автоматической загрузки при загрузке. 2. **[Исследование аппаратных устройств в Linux](https://labex.io/ru/labs/comptia-explore-hardware-devices-in-linux-590861)** — Научитесь идентифицировать и проверять аппаратные устройства в среде Linux с помощью утилит командной строки. 3. **[Управление разделами и файловыми системами Linux](https://labex.io/ru/labs/comptia-manage-linux-partitions-and-filesystems-590845)** — Получите практический опыт создания разделов, форматирования файловых систем, их монтирования и настройки постоянного монтирования, всем этим управляет ядро. -Эти лабораторные работы помогут вам применить концепции взаимодействия ядра с оборудованием и системными ресурсами в реальных сценариях и повысить уверенность в низкоуровневом администрировании Linux. +Эти лабораторные работы помогут вам применить концепции взаимодействия ядра с оборудованием и системными ресурсами в реальных сценариях и повысить уверенность в администрировании Linux низкого уровня. ## Quiz Question diff --git a/lessons/zh/kernel/kernel-overview.md b/lessons/zh/kernel/kernel-overview.md index f703d040..eed6bbe3 100644 --- a/lessons/zh/kernel/kernel-overview.md +++ b/lessons/zh/kernel/kernel-overview.md @@ -19,13 +19,13 @@ Linux 操作系统可以组织成三个不同的抽象级别。 ### Linux 内核 -下一个级别是内核。内核的主要工作是充当桥梁,与硬件通信,以执行我们的进程请求的任务。它处理进程和内存管理、设备通信、系统调用以及文件系统的设置。这是你在 linux jorney.com 上将探索的一个中心主题。 +下一个级别是内核。内核的主要工作是充当桥梁,与硬件通信,以执行我们进程请求的任务。它处理进程和内存管理、设备通信、系统调用以及文件系统的设置。这是你将在 **[Linux Journey](https://labex.io/zh/linuxjourney)** 上探索的一个中心主题。 ### 用户空间 你最熟悉的级别是用户空间。这包括 shell、你运行的程序、图形界面和所有其他应用程序。这些程序与内核交互以完成工作,而无需了解底层硬件的具体细节。 -在本课程中,我们将深入研究内核,揭开其复杂性的神秘面纱。你 Linux 之旅的这一部分将充满挑战但收获颇丰。 +在本课程中,我们将深入研究内核,揭开其复杂性的神秘面纱。你 Linux 之旅的这一部分将充满挑战,但也会带来丰厚的回报。 ## Exercise @@ -35,11 +35,11 @@ Linux 操作系统可以组织成三个不同的抽象级别。 2. **[在 Linux 中探索硬件设备](https://labex.io/zh/labs/comptia-explore-hardware-devices-in-linux-590861)** - 学习使用命令行实用程序在 Linux 环境中识别和检查硬件设备。 3. **[管理 Linux 分区和文件系统](https://labex.io/zh/labs/comptia-manage-linux-partitions-and-filesystems-590845)** - 获得有关创建分区、格式化文件系统、挂载它们以及配置持久性挂载的实践经验,所有这些都由内核管理。 -这些实验将帮助你在真实场景中应用内核与硬件和系统资源交互的概念,并增强低级 Linux 管理的信心。 +这些实验将帮助你在真实场景中应用内核与硬件和系统资源交互的概念,并建立对底层 Linux 管理的信心。 ## Quiz Question -操作系统的哪个级别管理设备?(请用一个单独的小写英文字回答。) +操作系统的哪个级别管理设备?(请用一个纯小写的英文单词回答。) ## Quiz Answer