From 346733dfdcd36ec5f4ceb76f71ff06c4217bcd28 Mon Sep 17 00:00:00 2001 From: Arshad Sheik Date: Sun, 16 Apr 2023 17:28:00 +0530 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e727213..cdc2aa9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Introduction -This repository contains Top 50 Linux Commands You Must Know as a Regular User 🐧. +This repository contains Top 55 Linux Commands You Must Know as a Regular User 🐧. # Commands 1. ls - view contents of directory (list) @@ -103,6 +103,16 @@ This repository contains Top 50 Linux Commands You Must Know as a Regular User 50. finger - gives you a short dump of info about a user +51. nano - opens up an editor to edit the files + +52. date - used to display or set system date and time + +53. reboot - instructs the system to restart or reboot + +54. shutdown - used for shutting down the system + +55. rcp - used to copy files from one computer to another computer + ## Contribution 💡 You can contribute to this repo by adding more commands that are missing here.