Commands
Eclipse Shortcuts:
Eclipse Shortcuts:
CTRL+H
To search a Particular word in the Whole File
CTRL+SHIFT+F
To align the Code
CTRL+SHIFT+R
To search a Particular file in the
Work space
Ubuntu commands :
sudo
If the user don't have the root permission before each command sudo is used
ls (list)
To display all the files and folders in the directory that you are working in
cd (Changing Directory)
The folder you want to go from the current directory
cd ..
if you want to go up just type cd .. as a parameter
mkdir
To create a new folder or sub folder
cp
To copy and paste the file cp source destination
rm (remove)
To remove your file or Directory
rm -r
rm -f if it needs the root permissions
No comments:
Post a Comment