what is ldd?
Answers were Sorted based on User's Feedback
Answer / s&
In abbreviation it is: Linux Desktop Deployment - Linux
Device Driver
In command: it prints shared library dependencies
| Is This Answer Correct ? | 30 Yes | 2 No |
Answer / sangeeth
A linux command whihc is used to print the shared libraries
required by the program.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / deepak
you can see by using the command "man ldd" for more detail
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / santosh kumar nayak
DEEPAK thanks for your valuable information. I had not know
that.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / santhosh kumar
HI FRIEND THIS IS SANTHOSH PLEASE SEND INTERVIEW Q/A TO MY
MAIL ID
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / susheel
ldd prints the shared libraries required by each
program or shared library specified on the command
line.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which command is used to delete a group?
When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?
what are the Linux-based security tools?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
Does linux cp command overwrite?
What would be the result of the command paste -s dog cat?
I want to see how many interfaces(ethernet cards) are working using single command?
What is the command can be used to check for file corruption?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
What is the difference between rmdir and rm r?
What is clang tidy?
Is llvm a virtual machine?