I need a copy of the binary file /bin/cat

I called apple support and the server section is closed so I was wondering if anyone could help me replace the actual cat command file as I accidentally deleted mine.

I answered my own question by downloading the cat folder from http://www.opensource.apple.com/source/text_cmds/text_cmds-81/ and then compiling the cat.c file using gcc and placing it into the /bin folder as "root".
If you ever corrupt or delete a unix command (or are missing one or more such files) I recommend going there. It took me well over an hour to find the site (mostly because I had no idea what keyword to use to find what I was looking for) but a relatively short period locating the specific directory. It did take me some time to find the specific directory it was in as there were several posibilities.

Similar Messages

  • Coded UI - Test Results/Out - The binary files are getting copied to the TestResults/Out folder

    Hi,
    I am using Visual Studio 2013 for developing the Coded UI Automation Scripts.
    Whenever I execute a Coded UI Automation Script, the binary files are getting copied to the TestResults/Out folder.
    I do not want these binary files to be copied to OUT folder, and I have tried disabling the Deployment option under Test Settings > Deployment, but still the behavior is the same.
    Could you please advice, how to disable copying binary files into the Out directory.
    Thanks in Advance.
    Regards,
    Karthick K

    Hi Karthick K,
    From your description, as far as I know that when we enable Tracing and HtmlLogger for Coded UI Test and then run the coded UI test, we will get the Test Results/Out folder automatically.
    So it is default that the Out folder includes some files like codeduitestproject6.dll, CodedUITestProject6.pdb etc, we could not disable copying binary files into the Out directory.
    However, there have a replace workaround is I suggest you can disable Tracing and HtmlLogger for Coded UI Test. After you disable the Tracing and HtmlLogger for Coded UI Test, it will not generate the Out folder.
    Similarly, it will not get the binary files.
    http://blogs.msdn.com/b/visualstudioalm/archive/2012/11/08/enabling-htmllogger-in-coded-ui-test.aspx
    If you still want to this feature, I suggest you could submit this feature request:
    http://visualstudio.uservoice.com/forums/121579-visual-studio. The Visual Studio product team is listening to user voice there. You can send your idea there and people can vote. If
    you submit this suggestion, I hope you could post that link here, I will help you vote it.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is a copy of .xml file on the iPod too? If so, how can I copy ONLY the .xml file to my computer and NOT have to copy all my music files too?

    I had to re-load my OS (Windows XP Pro) from a HD snapshot via Acronis True Image Server. I save my OS on my C: drive and all my data files on my D: drive.  So when I re-loaded my OS, I still have all of my music files intact.
    I have re-loaded the OS before and had to re-create iTunes library which I did by doing the follwing:
    1. cut & paste .xml file in iTunes folder to desktop
    2. delete .itl file in iTunes folder
    3. import .xml file through iTunes  file>library>iport playlist
    4. navigate to .xml file on desktop and import
    This worked last time I re-loaded my OS but not this time for some reason.
    So I'm wondering if there is a copy of the .xml file on the iPod itself in the iPod_Control folder that I can copy and paste to my comuter desktop and import via the above steps?
    I have seen all kinds of solutions on the web that include copying the music files from the iPod to the computer.  I don't need to do that.  I have the music files.  I just need the .xml file so iTunes can talk to my iPod (5th Generation - 30G).

    Backup your music library, that is the only way to ensure it does not go missing through theft, damage, operator error, machine breaks, upgrades go wrong, operator goes wrong .........

  • How can I convert the binary file content to XML message

    Dear friends,
    I poll the binary file from a ftp server but the payload only includes the binary content, no XML structure in the payload, I hope to convert the binary content to a element node within the XML structure, how can I do that? via content conversion?
    Thanks and regards,
    Bean

    Read the binary file stream using java I/O standard functions and convert the read stream to Base64 format. Now map this content to one of the field in target XML structure.
    You need a java mapping for this.
    what is your target system?
    Thanks,
    Gujjeti.
    Hi Gujjeti,
    Thanks a lot for your kind help, my target system is R/3.
    Can I achieve that with a UDF or a simple way?
    Regards,
    Bean

  • The binary file processing in PDA device (LabVIEW PDA Module)

    To whom it may concern,
    I created a VI application, which should read some binary files and transform them to waveforms shown in the Waveform Graph. I implemented it with Mobile/PDA module. This application runs successfully on my desktop, that is, on the Labview Front Panel. However, when I run it on "Windows Mobile 5.0 Pocket PC Device" (a PDA has been already connected to the PC), all the windows, menus, buttons are displayed correctly, the only thing wrong is that the waveform can't be shown in the Waveform Graph. So, I wonder whether the Windows Mobile system will automatically modify the binary file format a little when I copy them from the PC to my PDA so that the original VI can't process it as what I expected in PC execution. Or, are there any requirements for the programs that will be executed in actual Windows Mobile Device?
    Thanks a lot for any comments and suggestion. 

    Thanks, Jeremy,
    I used LabVIEW 8.5.1.  I rechecked and debugged the VI. The problem is not due to the Waveform Graph. I set an indicator after the Read File unit, in both PC Front Panel and PDA Front Panel. As I described before, when I run it in the PC Front Panel, the indicator could show the right values read from the file. But when I switch to PDA Device Front Panel, the indicator shows zero (invalid values), which demonstrate that the data is not accessed from original files.
    The units I used are shown as follows:
    File Dialog ---> Open/Create/Replace File ---> Get File Size ---> Read From Binary File (Here I set an indicator, no values read from the file, but if run in PC, correct values will be shown).
    In this case, I guess the problem should come from the transfer (copy operation) of the file from PC to PDA. Or the operation behavior for LabVIEW  Read File unit is a little different for PDA implementation from its PC implementation.
    If you want more information, including the original binary file or VI, please let me know. Thanks a lot.

  • Restore from OSB. RMAN-06024: no backup or copy of the control file found

    I backed up controlfile for standby on production server to OSB media:
    -bash-3.00$ rman target / catalog rman/rman@emgc
    Recovery Manager: Release 10.2.0.5.0 - Production on Tue Jan 25 15:15:33 2011
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: EMGC (DBID=1838014073)
    connected to recovery catalog database
    RMAN>
    RMAN> CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 2 BACKUP TYPE TO COMPRESSED BACKUPSET;
    RUN
    ALLOCATE CHANNEL ch1 DEVICE TYPE 'SBT_TAPE';
    BACKUP CURRENT CONTROLFILE FOR STANDBY tag 'stb_ctl';
    RELEASE CHANNEL ch1;
    CONFIGURE DEVICE TYPE 'SBT_TAPE' CLEAR;
    new RMAN configuration parameters:
    CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 2 BACKUP TYPE TO COMPRESSED BACKUPSET;
    new RMAN configuration parameters are successfully stored
    starting full resync of recovery catalog
    full resync complete
    RMAN> 2> 3> 4> 5> 6>
    allocated channel: ch1
    channel ch1: sid=1085 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting backup at 25-JAN-11
    channel ch1: starting compressed full datafile backupset
    channel ch1: specifying datafile(s) in backupset
    including standby control file in backupset
    channel ch1: starting piece 1 at 25-JAN-11
    channel ch1: finished piece 1 at 25-JAN-11
    piece handle=1em30ngu_1_1 tag=STB_CTL comment=API Version 2.0,MMS Version 10.3.0.2
    channel ch1: backup set complete, elapsed time: 00:00:27
    Finished backup at 25-JAN-11
    released channel: ch1
    RMAN> list backup of controlfile;
    old RMAN configuration parameters:
    CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 2 BACKUP TYPE TO COMPRESSED BACKUPSET;
    RMAN configuration parameters are successfully reset to default value
    starting full resync of recovery catalog
    full resync complete
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    1479 Full 512.00K SBT_TAPE 00:00:18 25-JAN-11
    BP Key: 1480 Status: AVAILABLE Compressed: YES Tag: STB_CTL
    Handle: 1em30ngu_1_1 Media: mf_rman-000003
    Standby Control File Included: Ckp SCN: 33567224 Ckp time: 25-JAN-11
    RMAN>
    On standby server I try to restore this control file but there is some trouble with restore... By the way I can delete that backup piece...
    -bash-3.00$ rman target / catalog rman/rman@emgc
    Recovery Manager: Release 10.2.0.5.0 - Production on Tue Jan 25 15:34:32 2011
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: emgc (not mounted)
    connected to recovery catalog database
    RMAN> set DBID=1838014073;
    executing command: SET DBID
    database name is "EMGC" and DBID is 1838014073
    RMAN> RUN
    ALLOCATE CHANNEL ch1 DEVICE TYPE 'SBT_TAPE';
    crosscheck backup of controlfile;
    2> 3> 4> 5>
    allocated channel: ch1
    channel ch1: sid=1093 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=1em30ngu_1_1 recid=40 stamp=741367328
    Crosschecked 1 objects
    released channel: ch1
    RMAN> list backup of controlfile;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    1479 Full 512.00K SBT_TAPE 00:00:18 25-JAN-11
    BP Key: 1480 Status: AVAILABLE Compressed: YES Tag: STB_CTL
    Handle: 1em30ngu_1_1 Media: mf_rman-000003
    Standby Control File Included: Ckp SCN: 33567224 Ckp time: 25-JAN-11
    RMAN> RUN
    ALLOCATE CHANNEL ch1 DEVICE TYPE 'SBT_TAPE';
    RESTORE CONTROLFILE FROM TAG 'STB_CTL';
    2> 3> 4> 5>
    allocated channel: ch1
    channel ch1: sid=1093 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting restore at 25-JAN-11
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 01/25/2011 15:35:20
    RMAN-06026: some targets not found - aborting restore
    RMAN-06024: no backup or copy of the control file found to restore
    RMAN> RUN
    ALLOCATE CHANNEL ch1 DEVICE TYPE 'SBT_TAPE';
    delete noprompt backup of controlfile;
    2> 3> 4> 5>
    allocated channel: ch1
    channel ch1: sid=1093 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    List of Backup Pieces
    BP Key BS Key Pc# Cp# Status Device Type Piece Name
    1480 1479 1 1 AVAILABLE SBT_TAPE 1em30ngu_1_1
    deleted backup piece
    backup piece handle=1em30ngu_1_1 recid=40 stamp=741367328
    Deleted 1 objects
    released channel: ch1
    RMAN>

    You cannot specify a tag for a standby control file.
    read here
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmstand.htm#1002594
    Edited by: Adigozalov Gurban on Jan 25, 2011 2:14 PM

  • I need a copy of the tech report from the genius bar for my insurance but never received one. Can I get a copy?

    As it says in the title, my 8 month old (reconditioned) 4S needed replaced. I took it to the genius bar but they didn't give me a report only sold me a replacement. I need a copy of the report for my insurance company. Can I get a copy via my apple ID? Help appreciated!

    You'll have to either call AppleCare...they'll have a record, or go back to the Genius bar where your phone was replaced.

  • I need a copy of the warranty for a 2009 Mac Book Pro?

    For the purpose of getting my cc company to pay for the replacement of the optical drive on my macbook pro which is out of warranty, I need a copy of the original warranty please.

    Call Customer Relations 1-800-767-2775 

  • I need a copy of the PDF guide for version 12 I have just installed - the link that appears in searches takes me to version 13. Where can I get the version 12 copy please?

    I need a copy of the PDF guide for version 12 I have just installed - the link that appears in searches takes me to version 13. Where can I get the version 12 copy please? (I bought the Photoshop Elements and Premiere Elements pack, but have only just installed and started to use).

    Hi,
    You can find the Help Archives at Adobe Premiere Elements Help | Archive
    Regards,
    Premiere Elements Team

  • RMAN-06024: no backup or copy of the control file found to restore

    I am cloning a new database using a full backup from previous nightly rman backup using a standby database utilizing catalog. When I run the duplicate command, I get
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/27/2011 15:04:05
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06024: no backup or copy of the control file found to restore
    But the backup of controlfile does exists in the right place. What am I missing?

    958210 wrote:
    i was trying to clone a database to a remote machine, but it is giving me the following error
    'RMAN-06024: no backup or copy of the control file found to restore
    ORA-19505: failed to identify file "/u01/app/oracle/product/11.2.0/dbs/c-1617115651-20120912-02"
    even though i can list the backup of the control file in the source machine.
    thank you
    'How do I ask a question on the forums?
    SQL and PL/SQL FAQ
    Since we don't know what you did, so we can't know what you did wrong

  • Need a copy of the end user licence as would like to put Firefox on a network

    We are looking to changing the internet browser on our desktop image, for this I need a copy of the EULA to ensure that we comply with FAST. FAST does not usually allow for Freeware to be installed and compliant.

    hello simpletonuk, there is no dedicated EULA for firefox, please see https://www.mozilla.org/en-US/legal/eula/

  • I need to work with the RAW files on a SONY RX100III. I use Photoshop CS5 and a Mac operating system OSX 10.6.

    I need to work with the RAW files on a SONY RX100III camera. I use Photoshop CS5 and a Mac operating system OSX 10.6. Is there an Camera RAW upgrade or an alternative program that works here?

    You don't. Since you have an Intel Mac, buy a Mac OS X 10.6 DVD from the online Apple Store.
    (71894)

  • If I secure my browser using CISecurity's baseline for Firefox, can I copy all the ".js" files from the hardened system to another?

    I own multiple systems. I have hardened one browser following the guideline provided by CISecurity. Instead of repeating all the configurations performed on that one system, can I just copy all the ".js" files from the secured system to my other systems?
    The ".js" files can be modified using a text editor. Is there a way to lock down these files to prevent modification?

    Dear Joel
    i know two ways to prevent browser from caching your files
    First : The Hard way
    just add ? +Math.random()  in the end of your file
    Like this :
    in HTML :
    <script type="text/javascript">
    (function(){
         var e = document.getElementsByTagName("script")[0];
         var d = document.createElement("script");
         d.src = "index_edgePreload.js?"+Math.random()+"";
         d.type = "application/javascript";
         d.async = true;
         d.defer = true;
         e.parentNode.insertBefore(d,e);
    </script>
    instead of this Line in HTML that created by EA :
    <script type="application/javascript" src="index_edgePreload.js></script>
    Disadvantage : you should do this for all of files you want to prevent from caching
    ===================================================
    Second : The easyest way
    You Should have Access to .htaccess file in your Server
    Open your .htaccess file and paste these codes in it :
    ExpiresActive On
    ExpiresByType application/json "access plus 1 seconds"
    ExpiresByType text/json "access plus 1 seconds"
    ExpiresByType text/plain "access plus 1 seconds"
    ExpiresDefault "access plus 1 month"
    you can type what ever type of file you want to prevent from caching in browser
    Advantage : after do this in your .htaccess file all files with the type you want will not Cache in your browser
    Easy is'nt it ?
    Zaxist

  • I accidentally deleted my Acrobat 9 from my MAC and need to reinstall but the install file isn't there.

    I accidentally deleted my Acrobat 9 from my MAC and need to reinstall but the install file isn't there.

    That is the gmail server which has nothing to do with your iphone or Apple.
    contact gmail.

  • Where are the binary files after installing Studio 11?

    I installed Sun Studio 11 but could not find the binary files under SUNWspro/prod/bin.
    Currently we are using Workshop 6 Update 2 that has the binary files in the directory of
    SUNWspro/WS6U2/bin
    Examples of the binary files are CC, cc, dbx, etc.

    You are absolutely right - the binaries should be in SUNWspro/prod/bin/ directory.
    Here is what I have after installation (on my system Sun Studio 11 is installed
    in default location /opt):
    volga2% ls -l /opt/SUNWspro/
    total 28
    drwxr-xr-x 2 root sys 512 May 13 2004 READMEs
    drwxr-xr-x 3 root sys 1536 May 13 2004 bin
    drwxr-xr-x 5 root sys 512 May 13 2004 contrib
    drwxr-xr-x 2 root sys 512 May 13 2004 demo
    drwxr-xr-x 2 root sys 512 May 13 2004 docs
    drwxr-xr-x 2 root sys 512 May 13 2004 etc
    drwxr-xr-x 2 root sys 512 May 13 2004 examples
    drwxr-xr-x 3 root sys 512 May 13 2004 inventory
    drwxr-xr-x 16 root sys 2048 May 13 2004 lib
    drwxr-xr-x 14 root sys 512 May 13 2004 man
    drwxr-xr-x 19 root sys 512 May 13 2004 prod
    drwxr-xr-x 2 root sys 512 May 13 2004 system
    Directory /opt/SUNWspro/prod/bin contains 102 files (Solaris sparc):
    volga2% ls -l /opt/SUNWspro/prod/bin
    total 153576
    -rwxr-xr-x 1 root sys 335308 May 13 2004 CC
    -rwxr-xr-x 1 root sys 914344 May 13 2004 CCadmin
    -rwxr-xr-x 1 root sys 743120 May 13 2004 CClink
    -rwxr-xr-x 1 root sys 266284 May 13 2004 acc
    -rwxr-xr-x 1 root sys 1131780 May 13 2004 acomp
    -rwxr-xr-x 1 root sys 5308 May 13 2004 analyzer
    -rwxr-xr-x 1 root sys 3700 May 13 2004 bcheck
    -r-xr-xr-x 7 root sys 7663 Apr 28 2004 bil2xd
    -rwxr-xr-x 1 root sys 409848 May 13 2004 c++filt
    -rwxr-xr-x 1 root sys 226900 May 13 2004 c89
    -rwxr-xr-x 1 root sys 227756 May 13 2004 c99
    -rwxr-xr-x 1 root sys 32316 May 13 2004 cb
    -rwxr-xr-x 1 root sys 227012 May 13 2004 cc
    -rwxr-xr-x 1 root sys 5178580 May 13 2004 ccfe
    -rwxr-xr-x 1 root sys 5110 May 13 2004 cflow
    -rwxr-xr-x 1 root sys 8274156 May 13 2004 cg
    -rwxr-xr-x 1 root sys 1328 May 13 2004 checkjava
    -rwxr-xr-x 1 root sys 45412 May 13 2004 collect
    -rwxr-xr-x 1 root sys 104112 May 13 2004 cscope
    -rwxr-xr-x 1 root sys 3353 May 13 2004 ctcr
    -rwxr-xr-x 1 root sys 63536 May 13 2004 ctrace
    -rwxr-xr-x 1 root sys 4855 May 13 2004 cxref
    -rwxr-xr-x 1 root sys 18740 May 13 2004 dag
    -rwxr-xr-x 1 root sys 4157880 May 13 2004 dbx
    -rwxr-xr-x 1 root sys 9304 May 13 2004 dem
    -rwxr-xr-x 1 root sys 868156 May 13 2004 dmake
    -rwxr-xr-x 1 root sys 59908 May 13 2004 dumpstabs
    -rwxr-xr-x 1 root sys 129824 May 13 2004 dwarfdump
    -rwxr-xr-x 1 root sys 32260 May 13 2004 er_archive
    -rwxr-xr-x 1 root sys 25728 May 13 2004 er_cp
    -rwxr-xr-x 1 root sys 158264 May 13 2004 er_export
    -rwxr-xr-x 1 root sys 25744 May 13 2004 er_mv
    -rwxr-xr-x 1 root sys 77740 May 13 2004 er_print
    -rwxr-xr-x 1 root sys 30056 May 13 2004 er_rm
    -rwxr-xr-x 1 root sys 33268 May 13 2004 er_src
    -rwxr-xr-x 1 root sys 310164 May 13 2004 f90
    -rwxr-xr-x 1 root sys 1097 May 13 2004 f90.f77
    -rwxr-xr-x 1 root sys 24379188 May 13 2004 f90comp
    -rwxr-xr-x 1 root sys 12029380 May 13 2004 f90comp_gpc
    -rwxr-xr-x 1 root sys 1024672 May 13 2004 f90list_gpc
    -rwxr-xr-x 1 root sys 385172 May 13 2004 fbe
    -rwxr-xr-x 1 root sys 41532 May 13 2004 fdumpmod
    -rwxr-xr-x 1 root sys 16472 May 13 2004 flip
    -rwxr-xr-x 1 root sys 97692 May 13 2004 fpp
    -rwxr-xr-x 1 root sys 38740 May 13 2004 fpr
    -rwxr-xr-x 1 root sys 40892 May 13 2004 fpversion
    -rwxr-xr-x 1 root sys 55248 May 13 2004 fsplit
    -r-xr-xr-x 7 root sys 7663 Apr 28 2004 gil2xd
    -rwxr-xr-x 1 root sys 290080 May 13 2004 ild
    -rwxr-xr-x 1 root sys 303004 May 13 2004 ildx
    -rwxr-xr-x 1 root sys 54352 May 13 2004 indent
    -rwxr-xr-x 1 root sys 135440 May 13 2004 ipo
    -rwxr-xr-x 1 root sys 4900280 May 13 2004 iropt
    -rwxr-xr-x 1 root sys 200076 May 13 2004 lint
    -rwxr-xr-x 1 root sys 891968 May 13 2004 lint1
    -rwxr-xr-x 1 root sys 231728 May 13 2004 lint2
    -rwxr-xr-x 1 root sys 629564 May 13 2004 lint2n
    -rwxr-xr-x 1 root sys 54528 May 13 2004 lock_lint
    -rwxr-xr-x 1 root sys 309392 May 13 2004 lock_lint_server
    -rwxr-xr-x 1 root sys 20500 May 13 2004 lpfx
    -rwxr-xr-x 1 root sys 13458 May 13 2004 nct
    -rwxr-xr-x 1 root sys 17680 May 13 2004 nmf
    -rwxr-xr-x 1 root sys 23313 May 13 2004 perftools_validate
    -rwxr-xr-x 1 root sys 4240 May 13 2004 pmldump
    -rwxr-xr-x 1 root sys 1336732 May 13 2004 postopt
    -rwxr-xr-x 1 root sys 511 May 13 2004 ptclean
    -rwxr-xr-x 1 root sys 3087 May 13 2004 rtc_patch_area
    -rwxr-xr-x 1 root sys 8912 May 13 2004 runtime.c
    -rwxr-xr-x 1 root sys 631660 May 13 2004 rxm
    -rwxr-xr-x 1 root sys 635132 May 13 2004 rxs
    -rwxr-xr-x 1 root sys 83880 May 13 2004 sbcat
    -rwxr-xr-x 1 root sys 259052 May 13 2004 sbcleanup
    -rwxr-xr-x 1 root sys 245224 May 13 2004 sbdump
    -rwxr-xr-x 1 root sys 263064 May 13 2004 sbenter
    -rwxr-xr-x 1 root sys 95932 May 13 2004 sbfocus
    -rwxr-xr-x 1 root sys 259052 May 13 2004 sbquery
    -rwxr-xr-x 1 root sys 38480 May 13 2004 sbtags
    -r-xr-xr-x 7 root sys 7663 Apr 28 2004 smallxd
    -rwxr-xr-x 1 root sys 245988 May 13 2004 smctl
    -rwxr-xr-x 1 root sys 62144 May 13 2004 snit
    drwxr-xr-x 2 root sys 512 May 13 2004 sparcv9
    -rwxr-xr-x 1 root sys 215424 May 13 2004 ss_attach
    -rwxr-xr-x 1 root sys 774580 May 13 2004 ssbd
    -rwxr-xr-x 1 root sys 20000 May 13 2004 stdlibfilt
    -rwxr-xr-x 1 root sys 8804 May 13 2004 sunstudio
    -rwxr-xr-x 1 root sys 20508 May 13 2004 tcov
    lrwxrwxrwx 1 root other 8 May 13 2004 tdb_link -> ./CClink
    -rwxr-xr-x 1 root sys 2274892 May 13 2004 ube_mplint
    -r-xr-xr-x 7 root sys 7663 Apr 28 2004 uil2xd
    -rwxr-xr-x 1 root sys 24812 May 13 2004 version
    lrwxrwxrwx 1 root other 9 May 13 2004 visu -> xdesigner
    lrwxrwxrwx 1 root other 6 May 13 2004 visuroot -> xdroot
    -rwxr-xr-x 1 root sys 14672 May 13 2004 whatdir
    -r-xr-xr-x 3 root sys 48852 Apr 28 2004 xdcapture
    -r-xr-xr-x 7 root sys 7663 Apr 28 2004 xdconfig
    -r-xr-xr-x 7 root sys 7663 Apr 28 2004 xdesigner
    -r-xr-xr-x 7 root sys 7663 Apr 28 2004 xdhelp
    -r-xr-xr-x 3 root sys 48852 Apr 28 2004 xdrecord
    -r-xr-xr-x 3 root sys 48852 Apr 28 2004 xdreplay
    -r-xr-xr-x 1 root sys 2172 Apr 28 2004 xdroot
    -r-xr-xr-x 1 root sys 890 Apr 28 2004 xdtosj
    -rwxr-xr-x 1 root sys 23236 May 13 2004 xref
    Directory /opt/SUNWspro/bin/ contains symbolic links:
    volga2% ls /opt/SUNWspro/bin | wc -l
    85
    Users are not supposed to use binaries from "prod/bin" directly.
    Are you sure your installation was successful?
    BTW, I assumed you are using Solaris. If you are using Linux, the installation
    tree is different (everything is in /opt/sun).
    Thanks,
    Nik

Maybe you are looking for