Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 08-16-2007, 09:15 AM   #1 (permalink)
Registered User
 
Join Date: Aug 2007
Posts: 4
OS: xp


find chown -R

hello,

so i've been trying to change ownership of all directories in a directory owned by many people to one group. issue is there are dozens of linked directories which i do not what to chown on. so i've been trying to find an easy way to do this and have gotten this far:
# find . ! -user [user] -prune -exec chown -h [user] {} \;
for my effort i get:
find: No match.
now i've changed user to match file owners and/or new owners but still no dice...
can anyone see what the heck i'm missing here?

~lynk
missinglynk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 08-16-2007, 12:32 PM   #2 (permalink)
Registered User
 
Join Date: Aug 2007
Posts: 4
OS: xp


Re: find chown -R

welp i've got it working for single parent dir. now -R :s
missinglynk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-17-2007, 03:54 AM   #3 (permalink)
Registered User
 
Join Date: Aug 2007
Location: North West England
Posts: 8
OS: Ubuntu/SuSE/XP/Solaris 10


Send a message via MSN to mike.lamb Send a message via Skype™ to mike.lamb
Re: find chown -R

just to clarify this is your example filesystem...
+topdir
-topdir
...-middir
......+subdir
......+subdir
......+subdir
...-middir
......+subdir
......+subdir
...+middir
+topdir




What you are asking is to be able to change ownership of all the middir directories without affecting the subdir directories?

If this is so just use
Code:
 chown user:group *
whilst in the topdir directory that contains the affected filesystem.

Hope this helps
__________________
-----------------------------------------------
Ensure you are making mistakes...
Its the only way you will learn!!!!!
-----------------------------------------------

Last edited by mike.lamb; 08-17-2007 at 03:58 AM.
mike.lamb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-21-2007, 02:28 PM   #4 (permalink)
Registered User
 
Join Date: Aug 2007
Posts: 4
OS: xp


Re: find chown -R

Hi mike.lamb,

Yeah that's just what I needed to do, but we're talking gigs of data and hundreds of dirs.
I did what you suggested on the dirs without links, chown -R dir user.
For the ones with links to god knows where I.
# find . ! old_user -prune -exec chown -R new_user {} \;
It took longer then I wanted but kept ownship in place where I wanted too.
...Brute Force is in, oh boy, brute force is in... ;)
Thank you for helping me sort this out.
~lynk
missinglynk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 04:39 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85