diff --git a/README.md b/README.md index 248ea7c..1eb706d 100644 --- a/README.md +++ b/README.md @@ -727,26 +727,27 @@ pwd dig du fg - finger - last - man + finger + jobs + last + man - passwd - ping - ps - quota - scp - ssh - top - uname - uptime - w + passwd + ping + ps + quota + scp + ssh + top + uname + uptime + w - wget - whoami - whois + wget + whoami + whois @@ -791,41 +792,43 @@ Displays information about user. ```bash finger username ``` +### i. `jobs` +Lists the jobs running in the background, giving the job number. -### i. `last` +### j. `last` Lists your last logins of specified user. ```bash last yourUsername ``` -### j. `man` +### k. `man` Shows the manual for specified command. ```bash man command ``` -### k. `passwd` +### l. `passwd` Allows the current logged user to change his password. -### l. `ping` +### m. `ping` Pings host and outputs results. ```bash ping host ``` -### m. `ps` +### n. `ps` Lists your processes. ```bash ps -u yourusername ``` -### n. `quota` +### o. `quota` Shows what your disk quota is. ```bash quota -v ``` -### o. `scp` +### p. `scp` Transfer files between a local host and a remote host or between two remote hosts. *copy from local host to remote host* @@ -842,7 +845,7 @@ This command also accepts an option `-P` that can be used to connect to specific scp -P port user@host:directory/source_file target_file ``` -### p. `ssh` +### q. `ssh` ssh (SSH client) is a program for logging into and executing commands on a remote machine. ```bash ssh user@host @@ -852,31 +855,31 @@ This command also accepts an option `-p` that can be used to connect to specific ssh -p port user@host ``` -### q. `top` +### r. `top` Displays your currently active processes. -### r. `uname` +### s. `uname` Shows kernel information. ```bash uname -a ``` -### s. `uptime` +### t. `uptime` Shows current uptime. -### t. `w` +### u. `w` Displays who is online. -### u. `wget` +### v. `wget` Downloads file. ```bash wget file ``` -### v. `whoami` +### w. `whoami` Return current logged in username. -### w. `whois` +### x. `whois` Gets whois information for domain. ```bash whois domain