Citrix: Trouble copying my newly downloaded Entrust Certificates to /opt/Citrix/ICAClient/keystore/

Asked by Brad

Hello,

I'm having trouble copying my newly downloaded Entrust Certificates to /opt/Citrix/ICAClient/keystore/ in sudo.

My sudo knowledge is very poor and need very simple basic commands to make this happen. I've looked at all the tutorials and still need help. The new certificates are currently on my desktop. Can't quite figure out how to move them to /opt/Citrix/ICAClient/keystore/ in sudo.

Any help would greatly be appreciated.

I've tried doing it manually, but as you know that way my permissions were denied.

Windows user wanting to completely ditch Windows.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu nautilus Edit question
Assignee:
No assignee Edit question
Solved by:
Brad
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

DO you have a desktop UI or is it a server OS (No desktop)?

Thanks

Revision history for this message
Brad (newlinux1) said :
#2

Hi,

My computer is just a regular desktop. Unity I believe. I need to install Entrust 2048 for complete Citrix access.

Everything else is installed. I tried the standard copy and paste but access denied. My sudo knowledge is poor at best.

Any help would greatly be appreciated.

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Then you can run:

gksudo nautilus $HOME

You can then copy whatever files wherever you want

Revision history for this message
Brad (newlinux1) said :
#4

Thank you for that command prompt.

What commands to I use to move a file from my desktop to the appropiate folder as per above in sudo?

Thanks again.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

sudo mv ~/Desktop/filename /opt/Citrix/ICAClient/keystore

change 'filename' to the actual filename you have (Case sensitive. Note that Desktop has a capital D). If you type the first few letters of the filename and hit TAB it will autocomplete.

Revision history for this message
Brad (newlinux1) said :
#6

Amazing support.

I can't say enough.

Thank you greatly. :-)