home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!crcnis1.unl.edu!unlinfo!mosemann
- From: mosemann@unlinfo.unl.edu (Russell Mosemann)
- Newsgroups: comp.lang.perl
- Subject: Need help globbing.
- Date: 3 Jan 1993 16:55:10 GMT
- Organization: University of Nebraska--Lincoln
- Lines: 14
- Distribution: world
- Message-ID: <1i75peINN9pm@crcnis1.unl.edu>
- Reply-To: mosemann@unl.edu
- NNTP-Posting-Host: unlinfo.unl.edu
- Summary: What's wrong with this?
- Keywords: Globbing.
-
- What's wrong with this?
-
- chown($uid, $gid, <"$home/.*">);
-
- I get "csh: Permission denied.". I've tried various combinations of
- <${home}/.*>, <${home}/.??*>, <${"$home/.*"}> (heh), etc., but that doesn't
- work, either. The script is running setuid to root, and a previous line
-
- chown($uid, $gid, $home);
-
- works fine. Thanks.
- --
- Russell
- mosemann@unl.edu
-