IT 244: Introduction to Linux/Unix
Homework 11

Due

Sunday, April 21st at 11:59 PM

What You Need to Do

Setup

Special Instructions

Specification

parameters.sh

$ ./parameters.sh foo bar bletch bling
$0 ./parameters.sh
$1 foo
$2 bar
$3 bletch
$4 bling
$# 4

log_users.sh

Wed Dec  5 10:38:58 EST 2012
-----------------
Login    Name                      Tty      Idle  Login Time   Office     Office Phone
it244gh  Dummy for Glenn Hoffman   pts/0          Dec  5 10:29 (dsl092-066-161.bos1.dsl.speakeasy.net)

envir.sh

./envir.sh SH
$ ./envir.sh SH
SHELL=/bin/bash
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.TQqfDTv8LD/Listeners
SHLVL=2

Copyright © 2020 Glenn Hoffman. All rights reserved. May not be reproduced without permission.