Martin Francis

Blog

Martin Francis - Web designer in Bristol


Wednesday, 30 September 2009

tutorial 1 - working in unix

Unix commands

To control the console

control C

list

ls

copy

cp

change directory

takes you one step back
cd ..

or

cd and the name of the directory

cd stands for current directory

change permersions so that it can be accessed

chmod 655 (then name of file)

text editor is pico
command is

pico

to know the name of the directory you are at

pwd