Tags:
create new tag
, view all tags
See BLT and Beginners Man Pages Discussion.

"Worksheet" to develop some simple syntax examples for common Linux commands, possibly to be incorporated in the specific man pages, or in some new man pages named like beginners.1 and beginners.8.

Temporary work area in temp

Contents

"beginners.1" page

Some common Linux commands for newbies.

ls

cat

cp

mv

rm

cd

mkdir

rmdir

grep

find

chmod

df

gzip

bzip2

tar

  • tar -xvf <tar file> Extract files from a tar file
  • tar -zxvf <gzipped tar file> Gunzip and extract files from a gzipped tar file.
  • tar -??? <tar file> <list of files> Tar the list of files into the tar file
  • tar -???? <gzipped tar file> <list of files> Tar and gzip the list of files into a gzipped tar file

ps

kill

less

man

top

"beginners.8"

Some simple sysadm commands.

mount

umount

sync

shutdown

chown

Contributors

  • RandyKramer - 29 Jan 2002
  • <If you edit this page, add your name here, move this to the next line>
Topic revision: r2 - 30 Jan 2002 - 01:35:39 - RandyKramer
 
Copyright © 1999-2008 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
See TWiki's New Look