Difference between revisions of "Useful Linux commands"
Jump to navigation
Jump to search
(Created page with "This page will contain some useful Linux commands.") |
|||
Line 1: | Line 1: | ||
This page will contain some useful Linux commands. | This page will contain some useful Linux commands. | ||
+ | |||
+ | cd, ls(-a,l), mkdir, rm, cp, mv, nano/vi, pwd, diff, mount, df, ps(pstree), cat, grep, awk, sed, head, tail, ln, alias, scp, ssh, history, wget, find, which, locate, clear, chmod, chown, man, tar, ifconfig, ping, whoami, passwd, echo, sudo, su, apt/yum, date, exit, hostname. | ||
+ | |||
+ | Piping('|') |
Revision as of 11:49, 21 May 2020
This page will contain some useful Linux commands.
cd, ls(-a,l), mkdir, rm, cp, mv, nano/vi, pwd, diff, mount, df, ps(pstree), cat, grep, awk, sed, head, tail, ln, alias, scp, ssh, history, wget, find, which, locate, clear, chmod, chown, man, tar, ifconfig, ping, whoami, passwd, echo, sudo, su, apt/yum, date, exit, hostname.
Piping('|')