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



1. Where is that value controlled? 2. What value does spawn return? 3. What is DNS? 4. How do you..

Answer / vinod

dns defines domain naming system

Is This Answer Correct ?    1 Yes 1 No

1. Where is that value controlled? 2. What value does spawn return? 3. What is DNS? 4. How do you..

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

Post New Answer

More Networking Administration Interview Questions

Define the role of ieee in computer networking?

1 Answers  


What does CIDR use to reduce the size of the routing tables ?

1 Answers  


I am using windows server 2008 and its working as DHCP server. 100 clients are connected to this server. All clients are accessing Internet. But I wanna to block some specific websites which is not required by client. So how it can be done through DHCP server? is there any third party software available ? or any other method you know then please answer it.

1 Answers  


what is cmrr?

4 Answers   Mphasis,


Define multicast routing?

1 Answers  


Tell me about your job profile.

1 Answers   CMS,


How to check disk performance? How to troubleshoot that problem? What is the procedure?

1 Answers   Cosmo Films,


what is paradoxing in neworking

1 Answers   TCS,


which components require for Exchange Server 2007 installation?

12 Answers   NexGen,


What is "keepalive"? a. A keepalive is a small, layer-1 bit message that is transmitted by a network device to let directly-connected network devices know of its presence. b. A keepalive is a small, layer-2 message that is transmitted by a network device to let directly-connected network devices know of its presence. c. A keepalive is a small, layer-2 message that is transmitted by a network device to let it neighbors know of congestion d. A keepalive is a small, layer-3 message that is transmitted by a network device to let directly-connected network devices know of its presence. e. A keepalive is a small, layer-3 message that is transmitted by a network device to let it neighbors know of congestion

1 Answers  


How many layers are under tcp/ip?

1 Answers  


What is Virtual Private network(vpn),What are the precautions to take while we are working on the vpn,How to configure vpn?

5 Answers   Primus Global,


Categories
  • Networking Protocols Interview Questions Networking Protocols (671)
  • Networking Administration Interview Questions Networking Administration (1008)
  • Networking Security Interview Questions Networking Security (196)
  • Networking General Interview Questions Networking General (266)
  • Networking AllOther Interview Questions Networking AllOther (430)