Prev: [Samba] Windows 7 machine trust accounts expiring
Next: Dynamic updates to "interfaces" parameter doesn't work
From: Moray Henderson on 16 Dec 2009 05:30 Allen Chen wrote: >Hi, there > >I have a Samba(3.0.22) PDC and 100 XP users. This configuration works >perfect for me. >Thanks for Samba team. >My question is: >Is there a way to show an XP user all files belong to her/him on a Samba >shared folder? >The reason I'm asking, is I want to find all my file on the shared Samba >folder. > >Thanks, > >Allen I would do this from the Unix side: find path -user username I don't know of any way to get XP to search for files by ownership, although there may be some 3rd party file indexing tool that would do it. Moray. "To err is human. To purr, feline" -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Allen Chen on 16 Dec 2009 14:40
Moray Henderson wrote: > Allen Chen wrote: > >> Hi, there >> >> I have a Samba(3.0.22) PDC and 100 XP users. This configuration works >> perfect for me. >> Thanks for Samba team. >> My question is: >> Is there a way to show an XP user all files belong to her/him on a >> > Samba > >> shared folder? >> The reason I'm asking, is I want to find all my file on the shared >> > Samba > >> folder. >> >> Thanks, >> >> Allen >> > > I would do this from the Unix side: > > find path -user username > > I don't know of any way to get XP to search for files by ownership, > although there may be some 3rd party file indexing tool that would do > it. > > It's not a problem to find them on linux side, but I need to do it on XP side. I was thinking to have a "vfs objects" to search for files by ownership. Does anybody know how to program vfs module or have an URL to it? I do have C programming experience. Thanks. Allen -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba |