Tero Karvinen - Articles - Downloads - Courses - Contact

Table of Contents

Pre-exam for Linux Basics

Didn’t get a place on last Linux Basics? Course was full? Now it’s your chance!

Because many students want to participate but there is a limited number of places, a fair way of giving out places is needed. That’s why there will be pre-exam for Linux Basics. If there are more candidates than places on the course, places are given in the order determined by the pre-exam. Pre-exam is a prequisite for the course as described in course contents (login required).

The pre-exam is on the first class.

Just read this page and come to the first class. If you don’t understand something perfectly, you’ll learn more in the course. Good luck!

Reading Material for the Pre-Exam

Getting Linux for Free

You can download most Linux distributions for free from their homepages. For example, you can get Ubuntu from ubuntu.com/download. Just choose the default image (desktop, latest version, x86/32 bit, download from Finland).

Ubuntu Desktop installation CD is also a Live-CD. Live CD means that you can boot from the CD to try Linux Desktop without installing. When you are done, simply reboot the computer and remove the CD to get back to your old system.

Some Desktop Software

All of these programs are included in the default installation of many Linux distributions, such as Ubuntu.

(Sources: Ubuntu Desktop Edition)

Filesystem

(Source: Filesystem Hierarchy Standard, local mirror)

Command line

pwd - print working directory

ls - list files (in working directory)

cd .. - go up one level, making working directory (pwd) shorter. Note space between command “cd” and directory “..”

cd somefolder/ - go to “somefolder”

nano foo.txt - edit “foo.txt”, press ctrl-X to save and exit

(Source: Karvinen 2007: Command Line)

Licensing

Software is considered Free (as in Freedom), if it gives users all these four rights:

  1. Run
  2. Study
  3. Modify
  4. Distribute

(Source: Free Software Foundation: Free software definition, local mirror).

GPL is the most popular Free license. Because it’s a free license, it allows users to use, study, modify and distribute. GPL has one important restriction: You can’t limit the rights of the users receiving the software. To use GPL for a program or text, you can add this boilerplate text: “Copyright 2007 YOUR NAME. GNU General Public License, version 2 or later.

(Adapted from: Free Software Foundation: How to use the GNU licenses for your own software)

Old material

Pre-exam for Linux Basics 2008 Spring

Pre-exam for Linux Basics 2008 Autumn

Last modified: 2009-01-18. Permanent url: http://www.iki.fi/karvinen/pre-exam_for_linux_basics.html

Tero Karvinen www.iki.fi/karvinen - Top - Validate HTML - Validate CSS