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 |
What is the requirement of Subnet Mast in IP addressing ?
What does the "Lease" field hold in the dhcp network database ? a. how long the client has the lease for (length) b. how long remains of the lease c. absolute time when the lease expires
Define hybrid network?
what is the network?
The DNS server configuration file is:
The following are the steps toward encapsulation. Put them in order: 1. User input 2. data 3. frame 4. segment 5. datagram 6. bits a. 1-4-2-5-3-6 b. 1-5-4-2-3-6 c. 1-2-3-5-4-6 d. 1-2-4-5-3-6
What is ICMP ?
what is swith,hub and router?
What IP network addresses are set aside for class A (for private use)? a. 1.0.0.0 (mask 255.0.0.0) b. 10.0.0.0 (mask 255.0.0.0) c. 10.0.0.0 (mask 255.255.0.0) d. 100.0.0.0 (mask 255.0.0.0) e. 100.0.0.0 (mask 255.255.0.0)
Three computers and a printer in the same office are all connected by a cable so that users can share the printer. Is this a LAN?
What does the rpcbind program do ?
which port number you use when installing DHCP
27 Answers HSBC, InTarvo Technologies, Wipro,