Difference between revisions of "Managing Files"

From CDOT Wiki
Jump to: navigation, search
Line 36: Line 36:
 
To be completed ...
 
To be completed ...
  
== File Manager Applications ==
+
== Graphical File Management (Using Nautilus) ==
  
To be completed ...
+
The default file manager in Ubuntu is called Nautilus.
  
== Graphical File Management (Using Nautilus) ==
+
Here is a link to a guide on how to perform file management operations with Nautilus:
  
To be completed ...
+
[http://library.gnome.org/users/user-guide/stable/nautilus.html http://library.gnome.org/users/user-guide/stable/nautilus.html]
  
 
== Command Line File Management (Linux Commands) ==
 
== Command Line File Management (Linux Commands) ==
  
 
To be completed ...
 
To be completed ...

Revision as of 23:40, 28 July 2010


Based on my observations of an instructor of operating systems, File Management is one of the MOST important skills to learn.

Unfortunately, File Management is often ignored by students, until they are faced with their computer system running out of memory.

Consequences of Poor File Management

Here are some side-effects from not properly maintaining your computer files:

  • Reduction of computer's performance
  • Clutter (eg. on Desktop) reduces user productivity
  • Erasure of files (by accident)
  • Overwriting files (by accident)

Elements of File Management

Proper File Management involves most of the following:

  • Monitoring Available Disk Space
  • Creating Directories
  • Backing Up Files
  • Transferring Files between Computer Systems
  • Archiving Files
  • Deleting Files and Directories
  • Moving Files
  • Creating Files


Linux File System

To be completed ...

Graphical File Management (Using Nautilus)

The default file manager in Ubuntu is called Nautilus.

Here is a link to a guide on how to perform file management operations with Nautilus:

http://library.gnome.org/users/user-guide/stable/nautilus.html

Command Line File Management (Linux Commands)

To be completed ...