1. Where is that value controlled?
2. What value does spawn return?
3. What is DNS?
4. How do you take a single line of input from the user in a
shell script?
5. How do you create a swapfile?
6. what do you mean by server
Answers were Sorted based on User's Feedback
Answer / imnoor
To add a swap file:
Determine the size of the new swap file in megabytes and multiply by 1024 to determine the number of blocks. For example, the block size of a 64 MB swap file is 65536.
At a shell prompt as root, type the following command with count being equal to the desired block size:
dd if=/dev/zero of=/swapfile bs=1024 count=65536
Setup the swap file with the command:
mkswap /swapfile
To enable the swap file immediately but not automatically at boot time:
swapon /swapfile
To enable it at boot time, edit /etc/fstab to include the following entry:
/swapfile swap swap defaults 0 0
The next time the system boots, it enables the new swap file.
After adding the new swap file and enabling it, verify it is enabled by viewing the output of the command cat /proc/swaps or free.
Is This Answer Correct ? | 0 Yes | 1 No |
True/false: If you can telnet between 2 Solaris machines, all 7 OSI layers are working.
Which standar does IEE 802.4 define ?
Which process responds to the RARP requests ?
Which of the follwoing are Layer2 protocols ? Choose all that apply. a. HDLC b. IP c. UDP d. SLIP e. PPP
What agent accepts messages from mail user agent. resolves destinations addresses, selects proper mailer to deliver mail, and receives incoming mail from other mail transfers agents.
Receiving host informs header of how much it is ready to receive. This is called ?
What is firewalls?
Where does sys_unconfig reside ?
What is the Difference between Broadcaste Domain and Collison Domain and where it is used ?
2 Answers DataCraft, DataGraph,
Which program displays program number, version, protocol, port number, service, and owner of RPC service (root) ?
whenever we give #metastat cmd in svm, it display output "need to maintain" state, what u do?
Which layer transports data to and from application level, includes the destination port number, and also handles error detection and recovery.