<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Guide to Fileman, Old Version</title>
<META Name="description" Content="Guide to Fileman, Old Version">
<META Name="keywords" Content= "Atlanta Internet research, Atlanta information architecture, web research, library skills, library and information management, librarianship on the web, Atlanta web development, Atlanta webmaster, learning about the Internet and the World Wide Web, Atlanta training and organizational skills, ftp guidance, meta search engine experience, and search engine experience, HTML experience">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="stylesheet" TYPE="text/css" HREF="/styles/standard.css">
</head>
<body>
<div align=center><p><br>
<table class="tableborder" width="600" border="0" cellspacing="0"
cellpadding="20">
<tr>
<td>
<!--#include virtual="/inc/top.html" -->
<p>
<!--   ~~~~~~~~ end header  ~~~~~~~~~~~~~~ -->




<h1>Guide to Fileman<br> File and Account Management</h1
<p><br>
 I'm sorry about the large size of this image,
 but it's the smallest I could manage and still show
 all the important elements of the Fileman window.
 <p>
 There's a <a href="fileman.pdf">Guide to the New Fileman</a> in PDF
 format, that requires the
 <a href="http://www.adobe.com/products/acrobat/readstep2.html">free
 acrobat reader</a>.
 <p><br>
 <img src="images/fileman5.jpg" width=530 height=366 alt="image of the
 fileman window">
<br style="clear: both" />

 <p><br><br>

Fileman is the name of the
<a href="javascript:openNav()"onclick="openNav('../vocab/cgi.html');return false">CGI script</a>
(program) that's running
to provide you with a graphical interface to your account at
Matrix Magic. Fileman is a little like Microsoft's 	Explore
program, and the Finder on Macs. It displays the files and
directories (AKA Folders) you have made, and contains commands
you can use to manage those files and directories:
create, edit, rename, delete,
<a href="javascript:openNav()"onclick="openNav('../vocab/ftp.html');return false">
upload files</a>, etc.


<p>
When you log into your account at Matrix Magic this is the first
window you see. Your "location" is shown at the top. In this example
we are looking at the account for Dr. Treadwell, who kindly
acted as my test subject for developing this class! So you see his
information at the top: <b>http://matrixmagic.com/treadwell</b>.
<p>
The primary parts of fileman are numbered 1 - 4. Notice item 1 has
sub-elements, columns, flagged a - g.

<p><br>
<h3>Item 1: File and Directory listing</h3>
A list of all of your files and subdirectories.
In this example you can see two horizontal
rows: the first row shows a directory, the second row contains a file.
The rows contain different commands, as appropriate for managing files
OR directories.
<p>


<p>
Notice the file and directory names (index.html and images) appear as
hyperlinks, and the icons are hyperlinks too.
<p>
The columns contain all the commands for
working with your files.
<p>
<ol type=a>
<b><li>Icon and Name of the File or Directory</b><br>
Contains the hyperlinked name
of the file or directory, and its associated icon. The Folder icon
represents a <b>directory</b> (named <b>images</b>), a place for holding
files. The Globe icon represents a <b>file</b> (named <b> index.html</b>).
If you click on either the icon or the linked name you will <b>display</b>
the contents of the file or directory. Neither click (on icon or linked
name) will gain you access to editing a file or entering a directory! To
actually edit the file named index.html you must click on the <b>edit</b>
link, to the right of the filename, in <b >column e</b>. To open a
directory you need to select <b>chdir</b> in column e.
<p>
<ul>
<li>Select the <b>icon or filename to display</b> the contents, view only
<br>----- OR -----
<li>Select the <b>chdir command to open a directory</b> to work
with files in that directory.
<li>Select the <b>edit</b> link if you want to edit a file.
</ul>

<p>
<b><li>UNIX File Permissions</b><br>
Column b (which is difficult to read in this image) lists the
<b>permissions</b> for this file or directory. You're not required to learn
about permissions in this class. If you're especially curious about
permissions feel free to write to
edmiston@matrixmagic.com and she'll be glad
to work with you. You can also consult this <a href=
"http://www.cs.unca.edu/~edmiston/handouts/unix.html">UNIX handout</a> to
learn more about permissions.

<p>
<b><li>File Date</b><br>
This is the date the file or directory was created or last changed.
<p>
<b><li>Size of File</b><br>
The size of the file in Kilobytes. You don't see file sizes for directories. This can
be a useful indicator of how large your web pages are, and thus how
long a reader will have to wait for the page to load in her browser! I try
to never use a graphic that's over 20K and I mostly keep images
at less than 10K. A good rule of thumb is that the cumulative size
of a web page shouldn't exceed 40K. Cumulative size includes the size
of the web page itself (the .html file) plus the size of every image
included on that page. Keeping the total size of a web down helps
pages load faster for the reader.
<p>
<b><li>chdir and edit</b><br>
The commands in <B>column e</B> vary depending on whether the entry is a file or a
directory. The files have the edit option and the directories have the
chdir option.<br>
<dl>
<dt><b>edit Files</b>
<dd>If you are working with file
(index.html) and you click on its edit option, you'll find yourself in a
little edit window right in your browser window! Below that edit window is
a little button to use to save the changes you've made. Below that Save
button is a place where you can change the file name if you want to. You
don't have to change the file name in order to edit the file.<br>
<dt><b>chdir directories</b>
<dd>chdir stands for <b>ch</b>ange <b>dir</b>irectory. This is the command
to <b>open a directory</b> so you can see and edit files inside that
directory. Before you upload a file to a subdirectory like images you would
first chdir to (open) the directory.
</dl>
<p>
<b><li>Delete Files and Directories</b>

The commands in this column allow you to remove files and directories from your account
space. Be careful with this command! Once a file is deleted there is
<b>NO
UN</b>delete command available - it's gone forever.



<dl>
<dt><b>rmdir - Deleting Directories</b>
<dd>You have to delete all files inside a directory before you can
actually delete the directory itself. So you'd use the <b>chdir</b>
command first to enter the directory, delete the files using the
<b>delete</b> option, then use the <b>back</b> button (item 5 on
the image) to return to delete the directory itself.

<dt><b>delete - Deleting Files</b>
<dd>This is the command to delete a single file.
</dl>

<p>
<b><li>Passwords and Renaming Files</b>
This last column for section 1 covers two unrelated options.
<dl>
<dt><b>Password Protection for Directories</b>
<dd>For directories, you can add password protection. That means a person has
to have a special user name and password to see any files (web pages)
inside that directory. So you see, you don't actually password protect a
single file, instead you protect an entire directory and that password
protection will apply to every file in that directory. You don't have to
learn about passwords in this class. But this is a handy concept, if, for
example, you want to make special material available for parents that you
don't want the general public to have access to! If you'd like to learn
more about this advanced feature, just let paula know and she'll be glad to
spend time with you on it.
<dt><b>Rename Files</b>
<dd>You can use this option to change the name of a file. This is NOT a
copy command, there doesn't seem to be a copy option available. BUT, if you
did want to make a copy of a file you could opt to edit the file (column e
in area 1 of the image), and in that edit window you have the option to
enter a new name for the file. This approach will retain the original copy
of the file in place, and create a new identical copy.
</dl>
</ol>
<p><br>

<h3>Item 2: Create a New Document</h3>
This option actually allows you to create and edit a brand new file.
Everything happens inside the browser window, and nothing is saved on your
personal computer; the file is saved directly to your web space. I don't
anticipate you'll need this option during this Fulton County class, but it
can be a handy option.  To create a new file, type the name you want for
the file in the field and click on the  <b>Create File</b> button. You'll
then find yourself in the little editor where you can edit the edit. Notice
when you create the file the editor comes up with basic HTML code in place.
You could delete that code if you want to create a file that's not a web
page. I sometimes create files this way and instead of giving the file the
<b>.html</b> file extension, I'll name with a <b>.txt</b> extension.
This allows me to enter and change short notes without having to deal with
a lot of html code. And the web browser will recognize that the file is not
a web page and show just the plain text.

<p><br>
<h3>Item 3: Create a New Directory</h3>
This option allows you to create new directories in your web space.
You'll definitely want to create a directory to hold your images.
<p><br>


<h3>Item 4: Upload a File</h3>
You'll be using this option a lot! This is the option to use to copy your
web pages and images up to your web space. Click the <b>Browse</b> button
and you'll get a dialog box to help you locate the file you want to upload
on your personal computer. Once you've selected the file, you'll see that
file name appear in the next little field down, labeled <b>Remote
Filename</b>. You don't need to change the filename if you don't want to.
But the option is available.

<p><br>


<h3>Item 5: the back Link</h3>
This option takes you <b>back one screen</b>. So if you had entered the
images directory in order to upload files there, clicking on the Back link
will return you to the main screen.

<p><br>

<h3>Item 6: Root</h3>
Think of the Root as the top level of the directory for your home space. So
if you have created 2-3 subdirectories down, you could click on Root to
jump immediately to the top directory level of your space.

<p><br>

<h3>About Fileman</h3>

Fileman</a> is from the most excellent
<a href="http://www.gossamer-threads.com/">
Gossamer Threads</a>!

<p>



<!-- footer -->
<!--#include virtual="/inc/foot.html" -->
<p>
</td></tr></table>
</div>
<!--#exec cgi="/cgi-bin/looker/ax.pl" -->
</body>
</html>

