wondering how to get a list/output of all users on a server with public_html directory entries.its part of a project I'm doin. no, not system cracking or web defacement, just wondering how.thanks
8/16/2005 9:28:11 PM
anyone?
8/16/2005 9:37:42 PM
right ok, thanks ya'll.
8/17/2005 1:27:15 PM
having never done this before, the best thing i could think of would be to use find, and search out /home/*/public_html for something, maybe anything, maybe index.html, and output to a file. cant you search files owned by certain groups?i dunno really, maybe theres a specific command ive never used, im just bored.
8/17/2005 1:49:50 PM
from a *nix shell? perl? ... ?need more details of what you want.
8/17/2005 1:51:33 PM
if you had windows you could just ask the paper clip
8/17/2005 1:54:11 PM
8/17/2005 2:02:31 PM
runnin linux via text mode. bash terminal.
8/17/2005 2:23:27 PM
ok, thanks for the "find" help, that worked great. did a find /home/*/public_html/*.html >outputand variants of that.thx again, was seriously brainfarting.
8/17/2005 2:26:13 PM
score one for jackleg!!1now someone fix my partition problem
8/18/2005 1:06:18 AM