INLS261 Tools for Information Literacy

[UNC] [SILS] [REB] [How Stuff Works] [Langa] [Web Style Guide] [ATN] [ITS Tips] [Other Lives]

[intro] [clients] [servers] [networks] [internet]
[server topics] [UNIX basics] [UNIX SSH] [UNIX Vi] [UNIX AWK] [subtask 1.4] [bookmarks] [next time]

[student] [topical] [radio] [newsletter] [interest] [policy]

Subtask 1.4

Use UNIX to create a password protected directory

Log on to your Isis account through SecureCRT (or another SSH application) and choose option #6 (enter a temporary ksh session).

The new directory doesn't have to be named "newdirectory", but you should get into the habit of using consistent and logical directory and file names.

Be careful not to inadvertently password-protect your public_html directory.

Choose Remove Password Protection to unrestrict a password-protected directory.

The program creates two files in the directory you are protecting: .htaccess and .htpasswd.

Send me an email telling me the name of your password protected directory. It will probably be something like

~YourOnyen/PPDirectory

Although, clearly your directory name can be anything you want it to be (it doesn't have to be "PPDirectory")

Also, be sure to tell me the userid and password I must use to access this directory. This will be the place you will store all future tasks and subtasks.

[top]