LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Changing Files without permission (https://www.linuxquestions.org/questions/mandriva-30/changing-files-without-permission-231764/)

dolphans1 09-17-2004 10:38 AM

Ok I am getting confused, I am rebooting and see what happens.

d-1



Quote:

Originally posted by AAnarchYY
well type ls -l /home once more and see if it gave the permisions correctly. It should look like this
drwxr-xr-x 99 kilroy 4096 Sep 17 01:02 kilroy/
^specificaly this part

if it does, just reboot


dolphans1 09-17-2004 10:42 AM

YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

Baby!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


It worked and you guys are great, I am back to desktop and everything was saved!!!!!!


Yahooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo!


cry:



d-1







Quote:

Originally posted by AAnarchYY
well type ls -l /home once more and see if it gave the permisions correctly. It should look like this
drwxr-xr-x 99 kilroy 4096 Sep 17 01:02 kilroy/
^specificaly this part

if it does, just reboot

:

AAnarchYY 09-17-2004 10:45 AM

Just glad i could help =)

dolphans1 09-17-2004 10:52 AM

Hey I am telling you; you made my day, I knew I could do a reinstall, but it proves if you are patient and wait it out, something good my come out of it.

By the way, what does chmod mean? Change modification?

Thanks,

Again....

d-1



Quote:

Originally posted by AAnarchYY
Just glad i could help =)

AAnarchYY 09-17-2004 10:58 AM

chmod changes the permisions of files/folders. type man chmod for the man page.
Basicly it looks like this
4 == execute +x
2 == write +w
1 == read +r

just add them up to get the permisions(1=read,2=write,3=read/write,6=write/execute,etc...)
and the order is (owner)(group)(other) so 755 would be 7(read/write/execute) to the owner, 5(read/execute) to group, and 5 to everyone else as well

dolphans1 09-17-2004 12:16 PM

I see great to know this.....

d-1


Quote:

Originally posted by AAnarchYY
chmod changes the permisions of files/folders. type man chmod for the man page.
Basicly it looks like this
4 == execute +x
2 == write +w
1 == read +r

just add them up to get the permisions(1=read,2=write,3=read/write,6=write/execute,etc...)
and the order is (owner)(group)(other) so 755 would be 7(read/write/execute) to the owner, 5(read/execute) to group, and 5 to everyone else as well



All times are GMT -5. The time now is 01:54 PM.