Wednesday, June 27, 2012

linux commands (for my use)

Executing a shell script 
-----------------------

chmod +x script.sh 
./script.sh 
-----------------------
Renaming the folder
-----------------------

mv "Folder1" "Folder2"
sudo mv "Tinyos" "TinyOS"
Finding files in USB in ubuntu : /media/<usbdrive>

No comments:

Post a Comment