Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'GeekLog ate the backslash...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
GeekLog ate the backslash...
Authored by: gatorparrots on Jun 12, '03 01:16:17PM
Near the end of the script, the UID reassignment code should be: sudo find / -user $userID -exec chown 501 {} \;

[ Reply to This | # ]
GeekLog ate the backslash II
Authored by: gatorparrots on Jun 12, '03 01:17:50PM
sudo find / -user $userID -exec chown 501 {} \;

[ Reply to This | # ]