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

one server is down it doen't display anything what you do?

0 Answers  


In network topology what is called as one large coaxial cable joins all the computers.

1 Answers  


What is the difference between linux server and solaris server?

0 Answers   Aegis, Infosys,


Can Area no 0 and area no 1 communicate by default in ospf router without ASBR or ABR routing protocol

8 Answers   Aricent, HCL, IBM,


What does the rpcbind program do ?

1 Answers  






whenever we give #metastat cmd in svm, it display output "need to maintain" state, what u do?

0 Answers  


what is paradoxing in neworking

0 Answers   TCS,


You see the following subnet addresses ; what is the subnet mask ? 252.4.0 252.8.0 252.12.0 252.16.0 a. 255.255.255.0 b. 255.255.192.0 c. 255.255.240.0 d. 255.255.252.0

1 Answers  


Which solaris command is used to troubleshoot DNS problems ?

1 Answers  


What is the difference between X.25 and Frame Relay explain it briefly

1 Answers  


what are fsmo roles

4 Answers   Aero Ltd, IBM,


which layer converts user input into data ? a. application b. presentation c. session d. transport

1 Answers  


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)