From 08ad1e47ee3708c5d8f15ed777e34e03d457abce Mon Sep 17 00:00:00 2001 From: Adnan Ahmed Date: Sat, 1 Apr 2017 12:31:09 +0400 Subject: [PATCH] update SSH, System Info & Network Commands navigation --- README.md | 65 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 48 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index de1722f..d6af78b 100644 --- a/README.md +++ b/README.md @@ -50,17 +50,15 @@ Clears content on window head tail mv - - cp rm diff + + wc chmod gzip gunzip - - gzcat lpr lpq @@ -251,10 +249,10 @@ And `-w` to search for words only. ## 1.2. Directory Commands - - - - + + + +
mkdircdpwd
mkdircdpwd
@@ -284,6 +282,39 @@ pwd ## 1.3. SSH, System Info & Network Commands + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
sshwhoamipasswdquotadatecaluptimewfingeruname
mandfdulastpskillkillalltopbgfg
pingwhoisdigwget
+ ### a. `ssh` ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. Syntax: @@ -319,7 +350,7 @@ Shows the month's calendar Shows current uptime ### h. `w` -Displays whois online +Displays who is online ### i. `finger` Displays information about user @@ -373,44 +404,44 @@ Syntax: kill `PID` ``` -### p. `killall` +### q. `killall` Kill all processes with the name Syntax: ``` killall `processname` ``` -### q. `top` +### r. `top` Displays your currently active processes -### r. bg +### s. `bg` Lists stopped or background jobs ; resume a stopped job in the background -### s. `fg` +### t. `fg` Brings the most recent job in the foreground. -### t. `ping` +### u. `ping` Pings host and outputs results Syntax: ``` ping `host` ``` -### u. `whois` +### v. `whois` Gets whois information for domain Syntax: ``` whois `domain` ``` -### v. `dig` +### w. `dig` Gets DNS information for domain Syntax: ``` dig `domain` ``` -### w. `wget` +### x. `wget` Downloads file Syntax: ```