Oracle ZFS Storage Appliance 정보
Oracle ZFS Storage Appliance 주요 기능
Oracle ZFS Storage Appliance 데이터 서비스
Oracle ZFS Storage Appliance 구성
Oracle ZFS Storage Appliance 구성
dory:> script ("." to run)>
dory:> script ("." to run)> for (i = 10; i > 0; i--) ("." to run)> printf("%d... ", i); ("." to run)> printf("Blastoff!\n"); ("." to run)> . 10... 9... 8... 7... 6... 5... 4... 3... 2... 1... Blastoff!
dory:> script print("It is now " + new Date()) It is now Tue Oct 14 2009 05:33:01 GMT+0000 (UTC)