LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-31-2013, 02:15 AM   #1
sreeraj2388
LQ Newbie
 
Registered: Jan 2013
Posts: 2

Rep: Reputation: Disabled
Unhappy Linux Fedora16 doesn't boot after changing permissions to 755 of all folders in \


I made a terrible mistake and now my whole Linux doesn't boot. I changed the permissions of all folders in the root i.e. \

I used

find \ -type d -exec 755 {} \;

find \ -type f -exec 755 {} \;

Now I cant even boot my linux. Disk error is being displayed after waiting a long time watching linux load.

If you ask me why I changed the permissions, I thought changing permission of the entire directory would solve everything than being prompted to login as root each time. This I found to be a blunder.

I am able to boot either into windows (or) open the grub terminal only as of now. I checked the properties of my present linux fedora 16, it is as root(hd2,msdos2) /bin/usr/bin/grub2 has all the files needed for linux to boot.

I have no idea how to get in, I tried chmod and chown at grub terminal but command not found is displayed.

I need to fix it asap
 
Old 01-31-2013, 03:06 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
unfortunately it will be quicker to reinstall

fedora checks the permissions on files and folders , if they are not right it will not allow the system to boot .

this is a safety and security precaution to prevent a "rootkit" from turning your machine into a "zombie" .


Quote:
would solve everything than being prompted to login as root each time
having the root gui login disabled is also a safety and security precaution.

the pop up to type in the root password is also a safety and security precaution.

you run as a normal user then IF AND ONLY IF you NEED root permission you use "su" or "su -" or a pop-up pops up .



you can try a fix

Use the install dvd to boot into "rescue mode"
-- the instructions are on the screen if you boot with the dvd in the computer
just fallow them

then after you run this command ( the last step in booting in rescue)
" chroot /dev/sysimage " ( you are prompted to do that from the on screen directions )

wright down ON PAPER -- you will need paper
-- the below two are shell scripts
Code:
for p in $(rpm -qa); do rpm --setperms $p; done
--- then run this shell script 
for p in $(rpm -qa); do rpm --setugids $p; done
type in the first then hit "enter" and wait till it is done
then type in the second one hit "enter "and wait till it is done
that should reset MOST THINGS but NOT ALL

your home folder will not fully be reset
you will need to make a new user and delete the old user account

even then you might have some SELinux issues
a yellow star will pop up
that is "SELinuxTroubleShooter "
fallow the "fix" at the bottom of the error massages , you might have a more than just a few errors


Are you aware that fedora 16 is about to hit it's End Of Life (in 12 days )

you might want to install fedora 18

Last edited by John VV; 01-31-2013 at 03:11 AM.
 
1 members found this post helpful.
Old 02-01-2013, 06:11 AM   #3
sreeraj2388
LQ Newbie
 
Registered: Jan 2013
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thank you so much for the tip and code JOHN VV.
I think I will try this and then later upgrade to Fedora 18 in a week.


For the newbies, the following might help for data back-up.
We can login to the shell terminal with
ctrl + alt + (F1 / F3 / F4 / F6/ F8/ F10)
This can be helpful to backup the data over LAN on other computers or your server
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
File write permissions of 777 and 755 wissyweb Linux - Security 2 01-24-2006 08:12 AM
home directories created w/ 755 permissions psychobyte Linux - Security 8 01-16-2006 09:36 PM
changing permissions and ownership on many files and folders Cinematography Linux - General 4 08-01-2005 03:20 AM
755 permissions via samba for a CDrom or DVDrom... howto in debian? Lleb_KCir Linux - General 1 03-13-2005 12:39 PM
Changing file permissions within multiple folders cloudxiii Linux - Newbie 1 02-21-2005 12:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration