diff --git a/site/pages/cmd/interm/apropos.html b/site/pages/cmd/interm/apropos.html index 749f01b..05e1a0e 100644 --- a/site/pages/cmd/interm/apropos.html +++ b/site/pages/cmd/interm/apropos.html @@ -3,16 +3,19 @@ layout: page category-page: intermediate category-title: intermediate commands author: Joy Albertini -tags: search tag man apropos +tags: search tag apropos keyword title: apropos ---

The apropos -Apropos is a command to search in the shell with a keyword, it will output all command related to the keyword
-Device-name:Current-position username$ apropos keyword; example with the command apropos archive, the shell will output tar, zip ecc...

+Apropos is a command to search command in the shell with a keyword, it will output all command related to the keyword
+Example with the command apropos archive, the shell will output tar, zip ecc...

- apropos archive
+apropos [-flag] keyword
 
- + diff --git a/site/pages/cmd/interm/ping.html b/site/pages/cmd/interm/ping.html index 65eed48..bdec12c 100644 --- a/site/pages/cmd/interm/ping.html +++ b/site/pages/cmd/interm/ping.html @@ -6,65 +6,93 @@ author: Joy Albertini tags: server ping latency UNIX title: ping --- -

The ping command , is used to test connection between a local server/computer to a remote UNIX server. - The ping command sends ICMP Echo Request packets to the remote server for accessing it. - Each packet echoed back (via an ICMP Echo Response packet) is written to the shell output.

- Usage: -