包含在查找更多文档专项支持资源 | 以 PDF 格式下载本书 (3009 KB)
|
# cfsadmin -c /cache-directory |
where cache-directory indicates the name of the directory where the cache resides.
For more information, see cfsadmin(1M).
After you have created the cache, do not perform any operations within the cache directory itself. Doing so could cause conflicts within the CacheFS software.
The following example shows how to create a cache in the /local/mycache directory by using the default cache parameter values.
# mkdir /local # cfsadmin -c /local/mycache |