Hi,
I use this operator in my ksh script:
cat << EOF > /tmp/allowed_fs_file
^/[^/]*usr
^/[^/]*user
^/[^/]*home
EOF
But from time to time I get the following error
message while running this script:
/tmp/sh<some_number>: cannot open
I check that /tmp has enough disk space.
The problem is that this problem is not persistent.
I get it also on different OS & OS versions,
like HP-UX 11.11 & 11.23(itanium) and Solaris 9
Please assist.
Thanks in advance,
Vadim
I use this operator in my ksh script:
cat << EOF > /tmp/allowed_fs_file
^/[^/]*usr
^/[^/]*user
^/[^/]*home
EOF
But from time to time I get the following error
message while running this script:
/tmp/sh<some_number>: cannot open
I check that /tmp has enough disk space.
The problem is that this problem is not persistent.
I get it also on different OS & OS versions,
like HP-UX 11.11 & 11.23(itanium) and Solaris 9
Please assist.
Thanks in advance,
Vadim