[geeks] Turning to the geeks in my hour of need

Jonathan Katz jon at jonworld.com
Wed Mar 13 20:54:43 CDT 2013


On Mar 13, 2013, at 9:46 PM, Brian Dunbar <brian.dunbar at gmail.com> wrote:

> Shared NFS is a NetAp.  The NetApp team (a single guy right now but
> whatev) says it's done correctly.
>
>> "# cat > /erptransfer/edi/apps/ecm/Prod/XML_Inbox/foo5.txt"
>
> [root at co-ap-116 init.d]# cat >
/erptransfer/edi/apps/ecm/Prod/XML_Inbox/foo5.txt

I wonder if the 'cp' command you have is doing some weird syscalls.

Run strace against the cp command to see what the deal is and what it's
getting caught on? Could it be that cp is trying to execute with your user
permissions before you sudo/su to root?


More information about the geeks mailing list