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: Each record in the DHCP network database has an associated DHCP server's IP address .
Define dhcp?
Define multicast routing?
How many Machines can work together in a Workgroup networking? And how many Machines can access together SQL Server running on Machine in Workgroup network??
what is dhcp server?
In network topology what is called as one large coaxial cable joins all the computers.
Define the role of ieee in computer networking?
How to securing a computer network?
What is the subnet for a class C network ?
What are the different port role in STP and RSTP?
what is dhcp? what is the uses and advantages?
What protocol counts hops from router to router to find the shortest path? a. DHCP b. RIP c. SNMP d. IP e. DLC