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 |
how to set kernal parameters in solaris 10&9?
what is the network?
Which of the following are logged when IP access list logging is enabled? * source address * protocol * source port * destination address * access list number * destination port
How frequent the STP information will be exchanged
What is the Multicast address used in STP ?
how to check or see device port number?
STP is less susceptible to electrical ?
What provide communication between the computer and the main LAN cables and are located in the vampire taps attached to the cable.
In the nsswitch.conf file what does the following entry mean ? NOTFOUND=continue
what is the error we get if one of the disk is failed in raid1 how can i restore the data from another disk
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?
Which command will show all info on packet#220 from file /home/adm/packets ?