Results 1 to 10 of 20
I was attempting to make home allow me to do more with the files inside so i changed the permisions and now i cnat use my user account anymore and ...
- 10-18-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 18
/home screwed up
I was attempting to make home allow me to do more with the files inside so i changed the permisions and now i cnat use my user account anymore and also it doesnt have that orange tab on its icon anymore and ive tried everything but i cant get it back to default.Can anyone help cus for some proggies i need to run it in user mode to be able to use them and ive been forced to use root this whole week.
- 10-18-2006 #2
I suspect a owner change to root.
Try this in a terminal (do this as root/super user):
Now you are in the HOME folder, if you do ls you will be able to see your home directory. Now:Code:cd /home
at USERNAME, fill in your username... exactly how you use is at your login.Code:chown -hR USERNAME home/USERNAME
Last thing to be sure:
Watch it, that last one requires your username only once! username is you "rights-group"Code:chgrp -hR users home/USERNAME
- 10-18-2006 #3Just Joined!
- Join Date
- Sep 2006
- Posts
- 18
ok some guy told me 2 weeks ago to delete my user so what should i do to readd it since i have tried and failed many times to create a new user
- 10-18-2006 #4
you can do it in GUI through Yast. look for User and Groups Management in it.
in CLI, create new user through 'useradd' command.
useradd <username> -d <home_folder> -g <group>
for more details, check manual of 'useradd'
man useradd
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-18-2006 #5Just Joined!
- Join Date
- Sep 2006
- Posts
- 18
still didnt work i added a new user but its keeps saying /home/USERNAME does not exist attept to use root as a home directory this will likely fail.then its says the drc file or something like that has incorrect permisions something about 644 wtf is wrong?
- 10-18-2006 #6
you have to create userhome first. after that create new user and change ownership from root to new user.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-18-2006 #7Make that /home/USERNAME
Originally Posted by Flight_118
So if your username is abc code will be
Code:chown -hR abc /home/abc
- 10-18-2006 #8Just Joined!
- Join Date
- Sep 2006
- Posts
- 18
no didnt help and to add to that error i posted before but missed a few things it also said your user folder is listed as /home/USERNAME but does not appear to exist and btw it wont let me login with it

- 10-18-2006 #9
Are you sure that your home dir exists? Sorry if it sounds funny but do check.
- 10-18-2006 #10Just Joined!
- Join Date
- Sep 2006
- Posts
- 18
yes ive checked i can see it and i can see that the home folder not /home/USERNAME just /home/ doesnt have a orange tab like it used to when it actually worked so thats all the info i can really give all the rest i have told before.


Reply With Quote