The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
31 views

Is it possible to list open SysV queues on certain files?

I have a suite of applications that communicate with each other using SysV queues. However, when I stop the application there are sometimes queues left open, which in turn causes problems next time I ...
12
votes
1answer
168 views

What is AT&T’s Link Editor Command Language?

The man page for ld makes reference to AT&T’s Link Editor Command Language, however a Google search does not offer a satisfactory explanation as to what AT&T’s Link Editor Command Language is ...
5
votes
2answers
290 views

Why is a service being started if it isn't mentioned in /etc/init.d?

After a clean install of Fedora 17 and distcc-server, I did a service distccd start, which completed successfully. man service indicates that it would merely be running the distccd script at ...
4
votes
1answer
197 views

How do you pronounce System V and SysV?

Is the V in System V and SysV (and sysvinit, etc) pronounced "vee" or "five"?
3
votes
1answer
362 views

Resources System V vs BSD

I'm searching for some detailed resources about the differences of System V and BSD concepts. For example: Interprocess Communication Sockets vs TLI ... Some sort of pro/cons discussion with ...