From c21bdcbfa4f4d7ea8d573699c3406e0402cb690f Mon Sep 17 00:00:00 2001 From: Rogel Horlador <30552564+rogelhorlador@users.noreply.github.com> Date: Wed, 14 Nov 2018 09:59:34 +0800 Subject: [PATCH] Misspelled and not capitalized words (#21718) "Comman Line Interface" --> "Command Line Interface" "i" --> "I" "linux" --> "Linux" --- guide/english/linux/getting-started/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/linux/getting-started/index.md b/guide/english/linux/getting-started/index.md index 29d345ae0c0..def1ac089df 100644 --- a/guide/english/linux/getting-started/index.md +++ b/guide/english/linux/getting-started/index.md @@ -22,15 +22,15 @@ Most Linux distributions are extremely easy to install, with all information sho One important step to look out for is when deciding where to install your new Linux distro. For first users it's better to choose a "Guided" option as it will do all the work for you. -Remember to read all the steps carefully and leave some space in your HDD for the new distro, I would say about 30Gb minimum. +Remember to read all the steps carefully and leave some space in your HDD for the new distro, I would say, about 30Gb minimum would be nice to have. ## The dreaded Terminal. Linux's terminal is not to be feared, actually it is quite easy to use with some practice and it can make our daily tasks easy to automate. -In Debian/Ubuntu and derivatives, the shortcut to open the cli (Comman Line Interface) is "Ctrl + Alt + T". Let's open the terminal and try some commands. +In Debian/Ubuntu and derivatives, the shortcut to open the CLI (Command Line Interface) is "Ctrl + Alt + T". Let's open the terminal and try some commands. -cd (Change Directory) - The cd command is one of the commands you will use the most at the command line in linux. It allows you to change your working directory. You use it to move around within the hierarchy of your file system. +cd (Change Directory) - The cd command is one of the commands you will use the most at the command line in Linux. It allows you to change your working directory. You use it to move around within the hierarchy of your file system. ```unix cd