Tagged Questions
2
votes
2answers
42 views
finding ldd search path
How can I find the search path of ldd? Assume ldd returns
[mahmood@dhcppc2 bin]$ ldd /home/mahmood/amd64-linux/lib/scsi-bus.so
linux-vdso.so.1 => (0x00007fffc27c7000)
...
2
votes
3answers
607 views
Handling user uploads to a web server cluster
We have a number of Linux web servers behind a hardware load balancer, which serve a single website.
The need has arisen for visitors to be able to upload files. The files are typically 300-700KB in ...
0
votes
2answers
1k views
Problem in accessing Windows shared folder on Ubuntu using terminal
Description
I have 2 systems with me, one running on Windows(Host) and one on Ubuntu, both on a LAN. On the Windows(Host) I develop software intended for the Linux system and because the Linux system ...
1
vote
3answers
261 views
What is the size of shared memory page?
On Linux, for each process, I can check /proc/PID/statm file.
It's numbers contain values of:
Total program size, in kilobytes
Size of memory portions, in kilobytes ??????
Number of pages that are ...