Difference between revisions of "Template:Linux commands"
From Christoph's Personal Wiki
Line 4: | Line 4: | ||
|- | |- | ||
| style="padding-left:2em; border-top:1px solid #18e;" | '''File and file system management:''' | | style="padding-left:2em; border-top:1px solid #18e;" | '''File and file system management:''' | ||
− | | colspan="3" style="border-top:1px solid #18e;" | [[ | + | | colspan="3" style="border-top:1px solid #18e;" | [[cat]] | [[cd]] | [[chmod]] | [[chown]] | [[chgrp]] | [[umask]] | [[cp]] | [[du]] | [[df]] | [[file]] | [[fsck]] | [[ln]] | [[ls]] | [[lsof]] | [[mkdir]] | [[more]] | [[mount]] | [[mv]] | [[pwd]] | [[rcp]] | [[rm]] | [[rmdir]] | [[split]] | [[touch]] | [[tree]] |
|- | |- | ||
| style="padding-left:2em; border-top: 1px solid #18e;" | '''Process management:''' | | style="padding-left:2em; border-top: 1px solid #18e;" | '''Process management:''' | ||
− | | colspan="3" style="border-top:1px solid #18e;" | [[ | + | | colspan="3" style="border-top:1px solid #18e;" | [[anacron]] | [[at]] | [[chroot]] | [[cron]]/[[crontab]] | [[kill]] | [[nice]] | [[ps]] | [[sleep]] | [[screen]] | [[time]] | [[timex]] | [[top]] | [[nice]]/[[renice]] | [[wait]] |
|- | |- | ||
| style="padding-left:2em; border-top:1px solid #18e;" | '''User Management/Environment:''' | | style="padding-left:2em; border-top:1px solid #18e;" | '''User Management/Environment:''' | ||
− | | colspan="3" style="border-top:1px solid #18e;" | [[ | + | | colspan="3" style="border-top:1px solid #18e;" | [[env]] | [[finger protocol|finger]] | [[id]] | [[locale]] | [[mesg]] | [[passwd]] | [[su]] | [[sudo]] | [[uname]] | [[uptime]] | [[w]] | [[wall]] | [[who]] | [[write]] |
|- | |- | ||
| style="padding-left:2em; border-top:1px solid #18e;" | '''Text processing:''' | | style="padding-left:2em; border-top:1px solid #18e;" | '''Text processing:''' | ||
− | | colspan="3" style="border-top:1px solid #18e;" | [[awk]] | [[ | + | | colspan="3" style="border-top:1px solid #18e;" | [[awk]] | [[cut]] | [[diff]] | [[ex]] | [[head]] | [[tac]] | [[tee]] | [[iconv]] | [[join]] | [[less]] | [[more]] | [[paste]] | [[sed]] | [[sort]] | [[tail]] | [[tr]] | [[uniq]] | [[wc]] | [[xargs]] | [[perl]] |
|- | |- | ||
| style="padding-left:2em; border-top:1px solid #18e;" | '''Shell programming:''' | | style="padding-left:2em; border-top:1px solid #18e;" | '''Shell programming:''' | ||
− | | style="border-top:1px solid #18e; border-right:1px solid #18e;" | [[ | + | | style="border-top:1px solid #18e; border-right:1px solid #18e;" | [[echo]] | [[expr]] | [[unset]] |
| style="padding-left:2em; border-top:1px solid #18e;" | '''Printing:''' | | style="padding-left:2em; border-top:1px solid #18e;" | '''Printing:''' | ||
− | | style="border-top:1px solid #18e;" | [[ | + | | style="border-top:1px solid #18e;" | [[lp]] |
|- | |- | ||
− | | align="center" style="vertical-align:top; border-top:1px solid #18e; border-right:1px solid #18e;" | '''Communications:'''<br/><span style="white-space: nowrap">[[ | + | | align="center" style="vertical-align:top; border-top:1px solid #18e; border-right:1px solid #18e;" | '''Communications:'''<br/><span style="white-space: nowrap">[[inetd]] | [[netstat]] | [[ping]] | [[rlogin]] | [[traceroute]]</span> |
| align="center" style="border-top:1px solid #18e; border-right:1px solid #18e;" | '''Searching:'''<br/> | | align="center" style="border-top:1px solid #18e; border-right:1px solid #18e;" | '''Searching:'''<br/> | ||
− | [[ | + | [[find]] | [[grep]]/[[egrep]]/[[fgrep]] | [[strings]] |
| align="center" style="border-top:1px solid #18e;" colspan="2" | '''Miscellaneous:'''<br/> | | align="center" style="border-top:1px solid #18e;" colspan="2" | '''Miscellaneous:'''<br/> | ||
− | [[ | + | [[banner]] | [[bc]] | [[cal]] | [[man]] | [[yes]] |
|}</div><noinclude> | |}</div><noinclude> | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 03:26, 14 April 2008
Linux command line programs | |||
---|---|---|---|
File and file system management: | cat | cd | chmod | chown | chgrp | umask | cp | du | df | file | fsck | ln | ls | lsof | mkdir | more | mount | mv | pwd | rcp | rm | rmdir | split | touch | tree | ||
Process management: | anacron | at | chroot | cron/crontab | kill | nice | ps | sleep | screen | time | timex | top | nice/renice | wait | ||
User Management/Environment: | env | finger | id | locale | mesg | passwd | su | sudo | uname | uptime | w | wall | who | write | ||
Text processing: | awk | cut | diff | ex | head | tac | tee | iconv | join | less | more | paste | sed | sort | tail | tr | uniq | wc | xargs | perl | ||
Shell programming: | echo | expr | unset | Printing: | lp |
Communications: inetd | netstat | ping | rlogin | traceroute |
Searching: |
Miscellaneous: |