From 3f9297957d799adacb53067c9a52d22ab9c21823 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent@modolo.fr> Date: Mon, 12 Oct 2020 09:28:17 +0200 Subject: [PATCH] 4. fix typos --- 4_unix_file_system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4_unix_file_system.md b/4_unix_file_system.md index 8959d2d..9df282f 100644 --- a/4_unix_file_system.md +++ b/4_unix_file_system.md @@ -132,7 +132,7 @@ One of the columns of the command `ls -l` show the size of the files. Try is on What are the sizes of the files in the `/proc` folder ? -From the `cpuinfo` files get the brand of the cpu simulated by your VM. +From the `cpuinfo` file get the brand of the cpu simulated by your VM. From the `meminfo` file retrieve the total size of RAM @@ -204,7 +204,7 @@ Each media is divided into partition:  -The media is divided into one or many partition, which each have a file system type. Examples of file system type are: +The media is divided into one or many partition, each of which have a file system type. Examples of file system type are: - fat32, exFAT - ext3, ext4 -- GitLab