Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: perl -e problem

by devnul (Monk)
on May 20, 2005 at 21:40 UTC ( [id://459147]=note: print w/replies, xml ) Need Help??


in reply to perl -e problem

... Another thought just occurred to me. I wonder if perl -e 'sfadfdff' attempts to create a temporary file?

... you may want to check permissions and see if you can create temporary files as your cnow user.

dEvNuL

Replies are listed 'Best First'.
Re^2: perl -e problem
by dantheman1210 (Beadle) on May 20, 2005 at 21:47 UTC
    Tried this:
    cnow> touch /tmp/nothing cnow> ls -al /tmp/nothing -rw-r--r-- 1 cnow sysadmin 0 May 20 15:53 /tmp/nothing

    So I am able to create a tmp file.
      I do not think that is a sufficient test.

      I'm not sure what the solaris function is being used, mkstemp, or something like that.
      It may not even be using the /tmp directory. Perhaps /var/tmp?

      - dEvNuL

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://459147]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-23 21:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found