Difference between revisions of "Template:Linux commands"

From Christoph's Personal Wiki
Jump to: navigation, search
 
Line 1: Line 1:
<div style="float:left; margin:0px 20px 20px 0px; font-size:0.9em;">
+
<div style="float:center; margin:0px 20px 20px 0px; font-size:0.9em;">
 
{| align="center" width="75%" cellspacing="0" cellpadding="5" style="border:1px solid #18e; background-color:#FFFFFF"
 
{| align="center" width="75%" cellspacing="0" cellpadding="5" style="border:1px solid #18e; background-color:#FFFFFF"
 
! colspan="4" style="background-color:#18e; color:#fff; margin:0; padding:1px;" | '''Linux command line programs'''
 
! colspan="4" style="background-color:#18e; color:#fff; margin:0; padding:1px;" | '''Linux command line programs'''

Latest revision as of 08:39, 18 September 2021

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:

find | grep/egrep/fgrep | strings

Miscellaneous:

banner | bc | cal | man | yes