Thursday, June 10, 2010

File Management

You will learn basic file and directory commands, like creating, navigating, copying, deleting, moving, making static/symbolic links, and finding files or directories. Also understanding file and directory attributes. Commands: pwd, ls, cd, mkdir, touch, cat, cp, mv, rmdir, rm, ln, vi, locate, find.

Thursday, June 3, 2010

Linux Partitions Management

You will learn how to create partitions using fdisk, format partitions using mke2fs or mkfs commands, and finally mount partitions using mount command, or mount automatically using /etc/fstab. Also you will learn how to check file system from errors and how to repair them, using fsck command.
Copyright 2009 Linux Learning Center