One Hour Intro to Linux: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
This is a quick intro to Linux that can be given to a user in one hour during a regular volunteer session. Will cover everything someone needs to be a basic user. | This is a quick intro to Linux that can be given to a user in one hour during a regular volunteer session. Will cover everything someone needs to be a basic user. | ||
== What is Linux? == | |||
== What is Xubuntu? == | |||
== Making Changes as Superuser == | == Making Changes as Superuser == |
Revision as of 15:12, 4 September 2014
This is a quick intro to Linux that can be given to a user in one hour during a regular volunteer session. Will cover everything someone needs to be a basic user.
What is Linux?
What is Xubuntu?
Making Changes as Superuser
Most important changes like installing programs need to be done under a root account. The account you created when you installed Xubuntu originally and usually sign into is not the root account. This is for safety and security.
The simplest way to sign in as root is by typing su in the terminal. It will then ask you for the root password, which is by default the same as the user account password you set up during installation.
More common though, is typing sudo. Typing it before any command will run that command
Using External Media
Files and Folders
The FHS
CHMOD
The Command Line
Xubuntu, our standard linux distro has GUI tools for everything, but there are a few basic commands everyone should know, and are still very useful.
Installing New Programs
apt-get, .deb packages