Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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.
Expand Down