| Previous | Table of Contents | Next |
Follow these steps to add the swap file:
# swap -a /files1/SWAP
# swap -l
swapfile dev swaplo blocks free
swapfs - Ø 9452Ø 93512
/dev/dsk/cØt3dØs1 32,25 8 65512 45Ø48
/files1/SWAP - 8 2Ø4Ø 2Ø4Ø
#
Follow these steps to remove a specified swap file from use:
oak% su
Password:
# swap -d /files1/SWAP
# swap -l
swapfile dev swaplo
blocks free
swapfs - Ø
9452Ø 93512
/dev/dsk/cØt3dØs1 32,25 8
65512 45Ø48
# ls -l /files1/SWAP
-rw------- 1 root root 1Ø48576 Jan 31 13:56 SWAP
#
When you create additional swap space, if you want the swap space to remain available when the system is rebooted, you must add the entry to the /etc/vfstab file. Follow these steps to add a swap file entry to the /etc/vfstab file:
The next time the system is rebooted, the swap file is added automatically.
The following example adds the swap file /files1/SWAP to the /etc/vfstab file after the entry that mounts the file system /files1:
/files1/SWAP - - swap - no -
In a network environment, you probably have a central way to administer mail aliases. In addition, users frequently want to set up local aliases for use from their systems. Follow these steps to create mail aliases on a local system:
For example, if you want to create an alias called friends, edit the /etc/mail/ aliases file and add an entry like this:
friends:dexter@elm,ogden@willow,mary@maple
| Previous | Table of Contents | Next |