From 63623ef4d336f47b75c262bedabdbf67680e4746 Mon Sep 17 00:00:00 2001 From: "S. M. JAHANGIR" Date: Wed, 23 Sep 2020 23:36:30 +0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ec0c6f..091f08c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LinuxCommands -This is list of some useful Linux commands with their uses. By saying **_Useful_**, I mean useful for me off course. Actually it's an effort to write down all the commands and their uses which I encountered, encountering and will encounter on my journey through the Linux world! +This is the list of some useful Linux commands with their uses. By saying **_Useful_**, I mean useful for me off course. Actually it's an effort to write down all the commands and their uses which I encountered, encountering and will encounter on my journey through the Linux world! Why? Because I suck at memorizing! @@ -10,13 +10,13 @@ And Googling the same old thing is waste of time and effort. It's solely for my personal purpose. But I thought it would be useful for other peoples too. Specially people like me! ;) -Anyways, I divided all the commands into two main categories: **No-root** requires no **_root_** or **_superuser_** access; And **Root** which requires it. +Anyways, I divided all the commands into two main category: **No-root** requires no **_root_** or **_superuser_** access; And **Root** which requires it. * [No-root](no-root.md) * [Root](root.md) Most of the commands are pretty much universal but some may only work on **Debian/Ubuntu** based distributions because I mainly use Ubuntu as my daily driver. -Also, I may list some commands that are not built in but you need to install the required package manually. +Also, I may list some commands that are not built in and you need to install the required packages manually. -**_And again, these commands are what I fetch and think are useful to me._** \ No newline at end of file +**_And again, these commands are what I fetch and think are useful to me._**