Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I was messing around with permissions, and now my computer won't turn on.
I changed the permissions of the /bin, /boot & /dev directories to "Others: none". My computer promptly crashed when I switched users and now it won't turn on. When I try to turn it on it displays the Fedora loading thing and loads. When it get to the bit where the mouse displays on screen it goes to a black screen and then back to the mouse, and back to black etc.
Boot from a live cd, mount the drive and put the permissions back to the original.
I hope you know the original permissions though.
Note: don't mess with permissions :-)
Hi,
How can permission problem cause trouble while botting? I thought root always have permission. And while booting everything is done as root.
Cheers
-indiajoe
I was messing around with permissions, and now my computer won't turn on.
I changed the permissions of the /bin, /boot & /dev directories to "Others: none". My computer promptly crashed when I switched users and now it won't turn on. When I try to turn it on it displays the Fedora loading thing and loads. When it get to the bit where the mouse displays on screen it goes to a black screen and then back to the mouse, and back to black etc.
How can I change the permissions back?
Thanks,
~Callum
probably easiest and ugliest way is to reinstall system from scratch. i hope Fedora installer have a way not to touch some files (like /home/*).
other method is to use a boot CD or DVD and use chmod chown to change them to original ways. you can find a lot of small and big boot disk on the net like knoppix, DSL (or use original Fedora CD(DVD) for it).
Why can't you see them?
How did you changed the permissions?
unless the user "Others" and the group "none" exist, you can't change them.
Login with a live CD and give the output from
Code:
ls -l /bin
They should be root:root
After boot can you press ctrl-alt-f1 to go to a tty
and login as root ?
Okay, I can see those folders, I just don't have access. I can also view their permissions (in properties), but not change them: "You are no the owner, so you cannot change the permissions)
ls -l /bin return quite a lot, and I don't have internet on that computer.
Hmm. /bin is apparently unreadable. The permissions for other are set to none. But /boot permissions for other is allow access but /boot itself appears to be empty. I can view the contents of /dev as well.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.