Sponsored Content
Operating Systems AIX AIX 101 : Sys Admin Pocket Survival Guide Post 302588974 by Thunderchild on Tuesday 10th of January 2012 10:42:00 AM
Old 01-10-2012
Done and done. Thanks for the information.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to get hired as a Unix sys admin?

What do employers look for? I have my B.S in Comp Sci and minor in chemistry from UNC. But my GPA is a bit low (3.0) I'm studying for my Sun Solaris 9 certification. Is a certification and a Bachelors enough to get a job? Or do you need some related work experience? How hard is it to... (2 Replies)
Discussion started by: CapsuleCorpJX
2 Replies

2. Solaris

Raid help for new sys admin

Hi, I have a Sunfire v240 with 4 72GB internal disks (drive 0 is the system disk). Scratch the following ( Revised requirements below) I need to set up a Raid using the remaining 3 disks for a Oracle database, but don't know how to do it (or the size of the database). I don't know if... (1 Reply)
Discussion started by: antalexi
1 Replies

3. What is on Your Mind?

Network Sys Admin

Hi, my name is wesly. I an IT tech at the Junior Level. I have a bachelors degree in Computer Information Systems. I would like to fully become a Unix Sys Admin. Can anyone please tell me what I have to do. Do I have to set up a Unix or Linux server. How about Apache. Please give me clues and tips... (1 Reply)
Discussion started by: wes.lat
1 Replies

4. AIX

Help training for Unix Sys Admin

I have worked on AIX for a number of years now and want to upskill to Sys Admin. My problem is my employer won't give root access etc to their servers so I must find my own way of training. Can anyone suggest a virtual environment I could use to train for AIX sys admin tasks, or suggest an old... (7 Replies)
Discussion started by: jackmeadow
7 Replies

5. Solaris

Sys Admin Certification

Hi, I am planning to get certified in Solaris 10 for my own interest. Although I don't have much experience in sys admin, I have got some background in scripting and some sort of beginner level administration. But I have read in many places that one must have a good amount of experience in sys... (8 Replies)
Discussion started by: King Nothing
8 Replies

6. UNIX for Dummies Questions & Answers

Platform trends (what to aim for to become a sys admin)

I am currently an AIX operator at IBM (Montreal Canada). In my career path, I wish to become a system admin. I know about Linux because I'v had ubuntu at home for 2 years. What platform should I aim for in becoming a system admin ? What book would you recomand ? What certification would... (1 Reply)
Discussion started by: Browser_ice
1 Replies
dyldinfo(1)						    BSD General Commands Manual 					       dyldinfo(1)

NAME
dyldinfo -- Displays information used by dyld in an executable SYNOPSIS
dyldinfo [-arch arch-name] [-rebase] [-bind] [-weak_bind] [-lazy_bind] [-export] [-opcodes] file(s) DESCRIPTION
Executables built for Mac OS X 10.6 and later have a new format for the information in the __LINKEDIT segment. The dyldinfo tool will dis- play that information. The options are as follows: -arch arch Only display the specified architecture. Other architectures in a universal image are ignored. -rebase Display the table of rebasing information. Rebasing is what dyld does when an image is not loaded at its preferred address. Typi- cally, this involves updating pointers in the __DATA segment which are point within the image. -bind Display the table of binding information. These are the symbolic fix ups that dyld must do when an image is loaded. -weak_bind Display the table of weak binding information. Typically, only C++ progams will have any weak binding. These are symbols which dyld must unique accross all images. -lazy_bind Display the table of lazy binding information. These are symbols which dyld delays binding until they are first used. Lazy binding is automatically used for all function calls to functions in some external dylib. -export Display the table symbols which this image exports. -opcodes Display the low level opcodes used to encode all rebase and binding information. SEE ALSO
otool(1) nm(1) Darwin November 20, 2008 Darwin
All times are GMT -4. The time now is 01:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy