in reply to Re: perl -e problem
in thread perl -e problem

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.

Replies are listed 'Best First'.
Re^3: perl -e problem
by devnul (Monk) on May 20, 2005 at 21:54 UTC
    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