Linux applications finding their files


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Linux applications finding their files
# 1  
Old 08-15-2014
Linux applications finding their files

Hi, I read a way back about how LLd (linux-loader) or execve are not actually given a complete file name to find a file ;my guess a configuration file, but instead do some guessing and processing to figure out which one to load into memory. I have also read where a program that loads the application into memory can read in a header file if the file it is searching through is a file or directory from the properties of the file.


Would some one be so kind as to give me some search terms to learn more about this? Smilie

Thanks in advance!

Last edited by theKbStockpiler; 08-15-2014 at 08:49 PM..
# 2  
Old 08-16-2014
I don't see a reference to an LLd utility in the Linux section of the man pages on this site.

If you're trying to find the shared libraries used by a dynamically linked object file, start by looking at the ldd utility man page on your system. Apparently this command can be dangerous on Linux systems, but if you trust the source of the file you're investigating it may still be appropriate. (And, if not, it may suggest safer alternatives you can use on Linux systems to find what you want.)
# 3  
Old 08-16-2014
Thanks for the reply

I can only vaguely remember what I read but I thought that linux applications could just be pointed to a directory and the loader or exeve could some how determine which file to load. The implications sound interesting but I may have gotten the wrong idea. Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Analogues applications between Windows Application to Linux

Hi Guys I have a network where exist differences windows applications like Active Directory (to management the profile of each person) DNS Well, as you know for these applications the company must be, every year, buy licenses. I want know what option exist I could test / evaluate with the... (4 Replies)
Discussion started by: andresguillen
4 Replies

2. Programming

Fetch running applications list in Linux

Hi, I need to write a code which will fetch all the application activity on user computers including app name, time of day, duration, version, etc. Using this I need to know which applications are running currently in user's computers. How can it be done programmatically? I need to write the... (1 Reply)
Discussion started by: arunarora
1 Replies

3. AIX

finding 3rd party Applications installed on AIX

Hi,. I want to know how to find out 3rd party application installed on aix, example Oracle database if it is installed on aix box it is not showing as installed using lslpp -l command Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

4. Programming

GUI applications on SunSolaris and RedHat Linux

Hello, I want know about building a product on Sun solaris and Redhat Linux. Product would contain C,C++, Java, UNIX Shell scripts and so on. It will not be a client server programme. Thanks! Shafi (5 Replies)
Discussion started by: shafi2all
5 Replies

5. Shell Programming and Scripting

finding duplicate files by size and finding pattern matching and its count

Hi, I have a challenging task,in which i have to find the duplicate files by its name and size,then i need to take anyone of the file.Then i need to open the file and find for more than one pattern and count of that pattern. Note:These are the samples of two files,but i can have more... (2 Replies)
Discussion started by: jerome Sukumar
2 Replies
Login or Register to Ask a Question