10 #[u:user g:group o:others a:all] [+:give -:take] [r:read w:write x:execute] [-R:recursive]
11 #ls -l list with permissions
12 sudo groupadd local-disk
#create a group
13 sudo usermod
-a -G local-disk mustafa
#add an existing user to that group
14 sudo chown
-R mustafa
:local-disk vid
/ #own a directory and its contents
15 sudo
chmod g
+rwx
-R vid
/ #give owners group rwx access
16 sudo
chmod o-rwx
-R vid
/ #take rwx access from others
20 gconftool-2
--set --type bool
/apps
/nautilus
/preferences
/media_automount false
27 git remote add origin
ssh://repo.or.cz
/srv
/git
/armadillo_firmware.git
30 git clone git
://repo.or.cz
/armadillo_firmware.git
31 git branch
-r #access other branches
32 git remote show origin
34 git push origin master