You have just installed the new program foobar manually. This program uses shared libraries, which are installed to /usr/local/foobar/lib. What is necessary to do after the installation so that the libraries can be used?
restart your computer
run ldconfig
edit /etc/ld.so.conf to add the new library path and then run ldconfig
edit /etc/ld.so.conf to add the new library path and then run ld.so
How can you describe the function of the following commands? foo < bar > foobar
The command bar gets its input from file foo and writes its output to the file foobar.
The command foo gets its input from the file bar and redirect its output to the command foobar.
The command bar writes its output to the files foo and foobar.
The command foo gets its input from the file bar and writes its output to the file foobar.
The command to configure COM1 on IRQ 4, default ioports and all other standard parameters is
setserial /dev/ttyS0 irq 4 autoconfig
setserial /dev/ttyS0 irq 4
setserial /dev/ttyS1 irq 4 autoconfig
setserial /dev/ttyS1 irq 4
Where does ECM fit under our organizations structure?
Process Excellence Group->Knowledge Management->ECM
Technology Excellence Group->BIPM->ECM
Technology Excellence Group->Platforms->ECM
Horizontal Delivery Services->GCP->ECM
The following methodologies and framework are relevant to ECM:
SOLACE
SOLAR
SIGMARG
BIDS
A document management system (DMS) has the following features
Version Control for managing multiple versions of a document
Access Control for documents for security and compliance
Search and Retrieval of content based on key words
OCR / ICR for character recognition from Images
When was the first IBM System/360 introduced?
1965
1945
1955
1975
A factor in selection of source language is
Programme Skill
Language Availability
Programme capability with other software.
All of the above
What is UNIX equalent of deltree (MS-DOS) command.
rem
ls
rm -R
del
What is the name given to first generation computer language.
Binary Language
Machine Language
Primary Language
Assembly Language