can not open root file do not have permission

Asked by tom whetsel

cannot open root or terminal the file use to open with my pasword now it will not open uder properity i do not own the file
iam new to linux so my skills are next to none. tom whetsel

Question information

Language:
English Edit question
Status:
Solved
For:
Checkbox Edit question
Assignee:
No assignee Edit question
Solved by:
Joker Wild
Solved:
Last query:
Last reply:
Revision history for this message
Joker Wild (lajjr-deactivatedaccount) said :
#1

Tom,

Hello it is great to ask questions to help you learn the Ubuntu Operating System.
I would like to take this opportunity to help you.

This is for Checkbox it is a program that helps test to see what works on different models of systems.

Is this question for Checkbox then yes please submit it here.
But if the question is for Ubuntu please submit to.
https://answers.edge.launchpad.net/ubuntu/+addquestion
But to quick answer the question change owner to you.

Open a terminal.
Your Name = $name

chown $name:$name $filename

chown= change Owner
$name:$name= Name of person and group
$filename=file

Eg:
type in a terminal. chown lajjr:lajjr leos.txt

Revision history for this message
Best Joker Wild (lajjr-deactivatedaccount) said :
#2

It might error if it does type
sudo chown name:name thefilename
name=your login name.

Revision history for this message
tom whetsel (tometw-atlanticbb) said :
#3

thanks this solved the problem.