在Solaris的zfs file system中 , 我們可以利用zfs command 來設定zfs file system的configuration ,
其中zfs list 可以列出property的ㄧ些information , 像volume , snapshot...etc
for example:
zfs list -t snapshot
JerryCheng 發表在 痞客邦 留言(0) 人氣(27)
在solaris中 , 若我們想要將一些系統上的訊息寫入到system的log中 ,
我們可以使用logger這個指令 ,
logger [-p priority] [-f file] [message]
其中-p priority 指的是將這個message寫入到log的priority.
JerryCheng 發表在 痞客邦 留言(0) 人氣(14)
在Solaris中提供了snapshot的功能 ,
在其man page中, 對snapshot的解釋為:
A read-only version of a file system or volume at a given point
in time. It is specified as filesystem@name or volume@name.
JerryCheng 發表在 痞客邦 留言(0) 人氣(15)