chmod -R 777 * in cygwin

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions chmod -R 777 * in cygwin
# 1  
Old 09-10-2010
chmod -R 777 * in cygwin

Hello,

I use windows XP on a small server. Lately I downloaded a software (hydrological computation) which asked me to install as well the software ‘cygwin' (kind of linux in windows environment) and then to perform in cygwin window the command: ‘chmod -R 777 *' in order to give writings permission and allow the software to perform.
I admit, I did not check, this instruction came from serious people....But I started to frick out when I realized that this command did not only change the permission of files related to the software or cygwin, but of all the files on my computer, it even started to process on the content of a dvd that was in my computer and I stopped the process since I was fearing that it would continue to the server's disks.....

I immediately perform a system restore at 1week before, but I am not sure I am OK with the permissions of sensitives windows files. Indeed, the dll files in the windows/system folder show a read/execute and write permission to everyone for example. It might have been like this before the problem with the ‘chmod', but I can not tell and I worry I did something wrong.

Is there any way to check the proper permission configuration on windows XP or to restore it?

Any suggestion or help will be very very appreciated.

Thanks,

Yohann
# 2  
Old 09-10-2010
At first:
Please do not use so many different fonts when posting since it is a pain to edit your post, if there is something to edit - for yourself and also for moderators, thanks Smilie

I just checked my XP box and noticed there are very different permissions on DLLs in \WINDOWS\system32 and below. I guess a restore will be best - maybe one of the Win XP recovery option (I have no clue, sorry) can do some kind of roll-back?

-R stands for recursive for many Unix/Linux commands. If unsure next time, do not hesitate to ask here.
If using cygwin just for tests, maybe stay in the default home directory of your cygwin installation and do not change out of it, ie. no "cd c:" if not necessary Smilie
# 3  
Old 09-10-2010
This is a big no-no in UNIX as well.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

opening new instance of cygwin from withing cygwin

I'm using cygwin on win7, What I would like to do is something like this: cygstart cygwin tail -f /foo/test.log | perl -pe 's/error/\e I know I can start a new instance using either of these: mintty -e ... cygstart tail ... But neither of those open in ANSI mode, so I can't do... (0 Replies)
Discussion started by: Validatorian
0 Replies

2. Shell Programming and Scripting

777 files and dir

i have four files that have 777 permission find /var/tttt/ -type f -perm 0777 /var/ttt/1 /var/ttt/2 /var/ttt/3 /var/ttt/4 if any file other than above 4 have 777 permission then move that file to /garbage/yyyy-mmm-dd . Also email me that this have abcd have 777 permission. (6 Replies)
Discussion started by: learnbash
6 Replies

3. Shell Programming and Scripting

get file permission in 777 format

Hi All, Is there any unix(solaris) command to get file permissions in 777 format or do we need to write some script for it? (7 Replies)
Discussion started by: rishav
7 Replies

4. UNIX for Dummies Questions & Answers

Only allowing chmod 777 for file upload folder

Hey everyone. I have 2 different linux servers (each one is through a different web hosting company). On both servers I have the exact same PHP file upload script that allows users to upload a file or image to the server (everything on both servers is identical). On server #1 the "attachments"... (5 Replies)
Discussion started by: Mr.Canuck
5 Replies

5. UNIX and Linux Applications

What is the difference between chmod in solaris and chmod in Linux?

i think it is the same in both... Iam i right? (1 Reply)
Discussion started by: sumaiya
1 Replies

6. Cybersecurity

can another user 777 and existing 777 dirctory?

User usrA creates dirA directory and runs chmod 777 on the directory. Can usrB issue another 777 on dirA? It appears the answer is no even if the usrA and usrB are part of the same group. I know this is a rare scenario but I just ran across it and found out that usrB receives an error when... (4 Replies)
Discussion started by: zlek131
4 Replies

7. UNIX for Dummies Questions & Answers

chmod 777 * - oops

I can belive I really did this... chmod 777 /home :eek: I have my /home directory synced to another machine. Can anyone tell me how to get the permissions from back up server /home to production server /home It's important that I dont over write the files on the... (1 Reply)
Discussion started by: shunter63
1 Replies

8. Solaris

chmod -R 777 in /usr Solaris 9 = Major Screwup

Hello Everyone: One of our admins here accidently ran chmod -R 777 in the /usr folder on a V440 running Solaris 9. After that no one could run any command and could not login. I fixed most of the things by re-restricting some rights and applying the correct rights. Now there is a problem... (3 Replies)
Discussion started by: muntaser_zaheer
3 Replies

9. UNIX for Dummies Questions & Answers

chmod 777 security risks?

Hello all, I did a considerable search of the forum and didn't find an answer so I'll ask it here. For clarity's sake I'll state that I know just enough about Unix to be Dangerous (I'm an old Clipper, VO, ASM programmer from the 80's.) I would like to install PHP driven CMS program to my... (6 Replies)
Discussion started by: Gary777
6 Replies

10. UNIX for Dummies Questions & Answers

chmod 777 on all directories below...how do I do that using the "find" command?

I've got 100 directories that each have 2 directories with in them. Structered like this: /home/domains/domain1/ through to /home/domains/domain100/ and those 2 directories mentioned above are here: /home/domains/domain1/directory1/ /home/domains/domain1/directory2/ through to... (7 Replies)
Discussion started by: Neko
7 Replies
Login or Register to Ask a Question