IS 337: Website Administration

Lecture for October 15: UNIX Hacking and Publishing

+
-

Topics

UNIX Hacking

  • ssh, scp
  • mkdir, cd, rmdir (rm -rf)
  • chmod
  • ls -al
  • touch
  • cp, mv, rm
  • cat, more, less
  • diff, grep, sort, wc
  • find

.htaccess Files

  • Authentication toggle
    • user file, group file
    • htpasswd
    • AuthType, AuthName
    • AuthUserFile, AuthGroupFile
    • Require group, Require user

Quick Written Assignment for Next Time

What scp command would you use to copy 28 .gif files to public_html on webpub?

Creative © 2007 Calvin College and Jeremy D. Frens.
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.