Saturday, September 15, 2012

Linux 21 - Manage Fileownership and Permissions

Ownership

  • chown/chgrp

Permissions

  • Files & Folders
  • Chmod
  • octal
  • umask

Special permissions

  • suid
  • guid
  • sticky bit

Saturday, September 01, 2012

Linux 20 - Manage Disk Quotas

–set up quotas on disk\
–edit settings
–check quotas
–generate reports
–hard limits, soft limits

Saturday, August 25, 2012

Linux 19 - Mounting and Unmounting Filesystems

–manual mounting
–mounting on bootup
–user mountable file systems
–automount

Saturday, August 11, 2012

Saturday, June 09, 2012

Saturday, June 02, 2012

Linux 13 - Create, Monitor and Kill Processes

  • background and foreground
  • persistent processes
  • interact with processes
  • sort running processes in top

Saturday, May 05, 2012

Linux 11 - Basic File Management

  • copy, move, delete
  • wildcards
  • find files based on type, size & date
  • tar, cpio, dd
  • bzip2, gunzip

Friday, April 27, 2012

Linux 10 - Process Text Streams using filters

 

cat, cut, expand, fmt, head, od, join, nl, paste, pr, sed, sort, split, tail, tr unexpand, uniq, wc, xargs

Saturday, April 14, 2012

Linux 9 - Working the Command Line

  • Bash
    • Shell environment
    • PATH
    • environment variables
    • history
    • completion
  • commands

Tuesday, April 03, 2012

Friday, March 23, 2012

Linux 7 - Debian Package Management

  • dpkg
  • dpkg-reconfigure
  • APT
    • apt-get, apt-cache
    • configuration
  • aptitude

Tuesday, March 20, 2012

Linux 6 - Manage Shared Libraries

  • what are shared libraries
  • determining associated libraries
  • configuring system
  • ldd, lddconfig
  • ld.so.cache, ld.so.conf.d

Thursday, March 15, 2012

Linux 4 – Hard Disk Layout

  • Partitons and Disk
  • Filesystems
  • mount points
  • swap space
  • design considerations

Tuesday, March 13, 2012

Sunday, March 11, 2012

Saturday, March 10, 2012

Linux 1 – Hardware Settings and Configuring Settings

In order to have a better understanding of GNU Linux we would need to understand it’s ways of seeing the hardware devices attached to the system.