![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need some help in executing sql | sais | Shell Programming and Scripting | 0 | 05-26-2008 04:45 AM |
| Using IDEBUG on AIX 5.2 | jbrubaker | UNIX for Dummies Questions & Answers | 0 | 07-14-2006 07:20 AM |
| Not executing during startup | mhenryj | AIX | 2 | 06-13-2006 05:52 PM |
| Errors while executing a.out | nirthana | High Level Programming | 1 | 06-05-2003 03:05 PM |
| Executing ksh script from cgi | hodges | Shell Programming and Scripting | 1 | 05-27-2003 10:57 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Executing idebug in AIX
There is an interactive debugger on our AIX box. According to the IBM provided doc, if you type the command
IDEBUG The debugger will start. When I do this I get ksh: idebug: 0403-006 Execute permission denied How can I tell what the permissions on that commmand are?? I have located the software directories for idebug and have modifiied them so the permissions should not be an issue. Should I be looking somewhere else? Thanks in advance |
|
||||
|
Code:
find / -name "idebug" -print this seems kind of weird, when u execute idebug, you dont need to provide the full path (do you?) which means that its in your $PATH. the whereis command searches only directories in your $PATH. so... idebug *should* show up with it. post your .profile. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|