how to get to command line to change permissions

Asked by Amworf

I can't extract files ("you do not have permission" error).

I require detailed instructions for how to do this.

I do not know how to get to "command line" so please instruct me step by step how to accomplish this.

Thank you,
amworf

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu bash Edit question
Assignee:
No assignee Edit question
Solved by:
enubuntu
Solved:
Last query:
Last reply:
Revision history for this message
Best enubuntu (mr.tennents) said :
#1

For get the command line press CTRL + ALT + T.
For have the permission just put sudo just before a command. What you have to do? If for example you have to run this command:
gedit /a/b/c.txt

and you have this error 'you do not have permission' the command will be this:
sudo gedit /a/b/c.txt

Revision history for this message
Amworf (amworf) said :
#2

Thanks Enrico "eNry" Carafa, that solved my question.