Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smjxpro authored Sep 23, 2020
1 parent ce99dd4 commit 63623ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand All @@ -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._**
**_And again, these commands are what I fetch and think are useful to me._**

0 comments on commit 63623ef

Please sign in to comment.