You are not logged in.
Pages: 1
after doing some file stuff as su in my home, I can no longer work in it as a normal user, is there a way to fix this?
Offline
Are you sure it's permissions? Not ownership? What does ls -l look like?
Offline
drwxr-xr-x 42 root root
Offline
how would I change this to my user then?
Offline
chown myuser.mygroup file
If its a directory
chown myuser.mygroup directory -R
man chown will help
Dusty
Offline
thanks
Offline
as root? and how to I check what group? I am in several groups, video, etc...
Offline
oi, nvm, it works, thanks
Offline
Pages: 1