View Single Post
Posts: 335 | Thanked: 285 times | Joined on Sep 2012 @ Trento, Italy
#24
Originally Posted by thedead1440 View Post
example you want to copy xyz.desktop to ~/MyDocs you do in terminal:

Code:
devel-su
{enter your password}
cp -R /path/to/xyz.desktop /home/user/MyDocs/
edit it then to copy it back again in terminal:

Code:
devel-su
{enter your password}
cp -R /home/user/MyDocs/xyz.desktop /destination/
Ok I get it thx bro