Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Where can I download UNIX 4.0e Post 302090714 by Ebbi on Wednesday 27th of September 2006 04:43:38 AM
Old 09-27-2006
Digital UNIX 4.0E is very old and has been replaced by Tru64 UNIX. Current Version is Tru64 UNIX 5.1B-3: http://h30097.www3.hp.com/index.html
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Where can I Download UNIX?

I'm very new to Unix-- I want to locate and download it to my computer and start learning it. Could anybody plz help me start. Thanks a lot. Rachid (1 Reply)
Discussion started by: Rachid
1 Replies

2. UNIX for Dummies Questions & Answers

How Can I download an UNIX

Hi, I was reading on the net and something caught my eyes it was something about learning how to become a hacker. This site said that the best thing you can do to start is to use a Unix. My first question is: What is an Unix? Then I would like to ask you how can I download one on my... (3 Replies)
Discussion started by: chaoticlysmart
3 Replies

3. UNIX for Dummies Questions & Answers

Where Do I Go To Download Unix?

Seriously. I Know Very Little About Unix, But Im Tired Of Windows. Id Like To Learn More About Other Os', But I Don't Know Where I Can Get A Download For Unix. I Know Some Body Can Hel[ Me. Thanks. (2 Replies)
Discussion started by: classicblue
2 Replies

4. UNIX for Dummies Questions & Answers

where can i download unix

okay, where can i download the unix operating system? i cant find it anywhere on your site (1 Reply)
Discussion started by: dcotto21
1 Replies

5. UNIX for Dummies Questions & Answers

where can i download UNIX OS?

where can i download UNIX OS? I am a new bie! :confused: (3 Replies)
Discussion started by: vuluan
3 Replies

6. UNIX for Dummies Questions & Answers

UNIX Download

Hello All, I need to train myself in UNIX. Where can I get UNIX OS download, so that I can multi boot it with my existing Windows OS? Thanks PHK (1 Reply)
Discussion started by: pkirangi
1 Replies

7. UNIX and Linux Applications

where can I download UNIX?

Dear All, I am a newbie in this forum, I use to know the Linux box, now I want to try with UNIX, so how can I start from the beginning (setup, configuration.....)? and where can I download UNIX? Regards; BL (2 Replies)
Discussion started by: chenboly
2 Replies

8. UNIX for Advanced & Expert Users

Where to download unix not unix flavours like ubuntu, redhat etc.

I checked unix.org but did not find any link where i can download basic unix flavour. any idea from where i can download unix. thanks in advance. - nilesh (14 Replies)
Discussion started by: ynilesh
14 Replies

9. Fedora

where to download unix os

:confused: this is my very first post in unix.com. hello every one, I am a real Newbie and I wanna know .. 1) from where to download unix os ? 2) are ther any distros like linux in unix? (13 Replies)
Discussion started by: aarsh
13 Replies

10. UNIX for Dummies Questions & Answers

Where can I download Unix?

Hey Guys I work in a job where I am starting to use Unix. I want to practice on my own personal machine. I know I can download Linux in a lot of different flavors but does anyone know where I can download UNIX? Thanks in advance. (3 Replies)
Discussion started by: Koopa_Troopa
3 Replies
stdump(1)						      General Commands Manual							 stdump(1)

NAME
stdump - Dump portions of a file containing symbolic information SYNOPSIS
stdump [options] file OPTIONS
Prints dense numbers. Prints external symbols. Prints local symbols. Prints procedures. Prints file descriptors. Dumps auxiliary sym- bol information in hexadecimal. (Use in combination with -b or -c to have type information interpreted.) Prints line numbers. Prints rel- ative file descriptors. Prints optimization symbols. Specifies index number of file to be dumped. You can print the index numbers with the following command: stdump -f file. You can use -n with any other option to get that option's portion of the symbolic information for the specified file. Displays the version of the stdump command. If none of the options are specified, the dump includes all of the items associated with the various options. [Tru64 UNIX] The DEC C++ compiler encodes type information in function, template, variable, and virtual table names to enable type-safe linkages. This encoding is called name mangling. By default, stdump shows the demangled names only. The following options can be used to instruct the stdump command to print the mangled name or both the mangled and demangled names: [Tru64 UNIX] Prints only the mangled name. [Tru64 UNIX] Prints both the mangled names and the demangled names. DESCRIPTION
The stdump tool dumps symbolic information from an object file, an executable file, or any other file produced by the compiler that con- tains symbolic information. FILES
Executable file SEE ALSO
Commands: cc(1) stdump(1)
All times are GMT -4. The time now is 05:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy