View Single Post
Posts: 60 | Thanked: 8 times | Joined on Jan 2010 @ UK
#46
Originally Posted by slender View Post
cp is copy command and it functions:
cp source target
SO you can make backup for example:
Lets first change directory
cd /usr/share/hildon-desktop
And then make backup of file in this directory
cp transitions.ini transitions.backup
Now you have two files in this directory. You can check this with command:
ls
And please remember linux is case sensitive system and you can use TAB for auto completion for directories and filenames.

.edit
You probably need rootsh installed. After installation you can enable root user access in xterm with command:
sudo gainroot
Means that now you have superuser/root access (be careful) you can overwrite anything and delete anything. All the system files also which transition.ini is.
made the transitions.backup and also copied it to /home/user/MyDocs
about to copy over the new transitions.ini
how do i use the back up if i need to? as it's .back up not .ini?