Learning to Program in Python for Kids

of all ages and Linux on a Raspberry Pi by Philip M Russell

Basic Linux Command List Click on the X symbol Accessories then LXTerminal


Now in the terminal window all types of commands are available, many of which are faster to use than using the GUI interface.

Basic Command List

ls                 lists all the files in the directory

dir               will do the same job

cd                change directory

cp                copy a file

mv              move a file

mkdir         make a directory

There is a tutorial on how to use some of these commands