PDA

View Full Version : [ubuntu] Adding files to /usr/lib/ICAClient/keystore/cacerts



Cheddardip
January 17th, 2009, 07:02 PM
I need to add Citrix Certs. How do I give my self permission do add files to this directory?

/usr/lib/ICAClient/keystore/cacerts

I'm using this tutorial
http://geekpete.com/blog/tech-guides/linux-citrix-client-error-61-ubuntu-810-intrepid-ibex

adult swim
January 17th, 2009, 07:04 PM
sudo cp /path/to/file.crt /usr/lib/ICAClient/keystore/cacerts
EDIT: or you can press alt+f2 and enter in
gksudo nautilus to drag and drop

Cheddardip
January 17th, 2009, 07:11 PM
I tried alt f2 I still get permission denied.

I also tried extracting the file to /usr/lib/ICAClient/keystore/cacerts and I'm denied permission.

Cheddardip
January 17th, 2009, 07:17 PM
Sorry, reread your post and followed directions this time. It worked. Need to work on reading comprehension.