freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

[信息與通信]solaris培訓(編輯修改稿)

2025-02-17 12:49 本頁面
 

【文章內(nèi)容簡介】 nzip –d *. tar xvf *.tar然后安裝 gzcat *. | tar xvf 然后安裝或管理 patch install_cluster patchadd patchname patchadd –p showrev –p patchrm patchname刪除軟件 pkgrm —— 刪除軟件 pkgrm pkg_name不能只通過刪除目錄來刪除包,因為在安裝時系統(tǒng)文件可能被修改。只刪目錄不徹底。管理本地設(shè)備l 加載新設(shè)備l 系統(tǒng)重新啟動:ok boot r reboot r (包含了 boot –r 的操作)l touch /reconfigure rebootl 系統(tǒng)不需啟動 – drvconfig – disks / devlinks devfsadm Solaris8以后,只要這一個命令就夠了硬盤設(shè)備名/dev/dsk/cxtydzsw(塊設(shè)備) /dev/rdsk/cxtydzsw(裸設(shè)備)c: controller number (控制器)t: target number(目標)d: driver number (驅(qū)動)s: slice number(分區(qū))/dev/dsk中的設(shè)備為作了文件系統(tǒng)的設(shè)備。/dev/rdsk中的設(shè)備為裸設(shè)備。增加新硬盤ok probescsiall 查看新硬盤連接是否完好。ok boot r 增加任何新設(shè)備都需要重新配置硬件。 formatSearching for disks...doneAVAILABLE DISK SELECTIONS: 0. c0t1d0 cyl 2036 alt 2 hd 14 sec 72 /sbus@1,f8000000/esp@0,800000/sd@1,0 1. c0t2d0 SUN0424 cyl 1151 alt 2 hd 9 sec 80 /sbus@1,f8000000/esp@0,800000/sd@2,0 2. c0t3d0 cyl 4924 alt 2 hd 27 sec 133 /sbus@1,f8000000/esp@0,800000/sd@3,0Specify disk (enter its number): 2selecting c0t3d0[disk formatted]Warning: Current Disk has mounted partitions.增加新硬盤 (cont.)FORMAT MENU: diskselectadisk type select (define) a disk type partitionselect(define)apartitiontable current describe the current disk format format and analyze the disk(低級格式化,禁止使用) repair repair a defective sector label write label to the disk(將新的分區(qū)表內(nèi)容寫入硬盤,新的分區(qū)立即生效) analyze surface analysis defect defect list management backup search for backup labels verify read and display labels save save new disk/partition definitions(將新的分區(qū)表信息寫入一個文件,不改變硬盤原有分區(qū)) inquiry show vendor, product and revision volname set 8character volume name !cmd execute cmd, then return quitformat p增加新硬盤 (cont.)PARTITION MENU: 0 change `039。 partition 1 change `139。 partition 2 change `239。 partition 3 change `339。 partition 4 change `439。 partition 5 change `539。 partition 6 change `639。 partition 7 change `739。 partition select select a predefined table modify modify a predefined partition table name name the current table print display the current table label write partition map and label to the disk !cmd execute cmd, then return quitpartition p增加新硬盤 (cont.)Current partition table (original):Total disk cylinders available: 4924 + 2 (reserved cylinders)Part Tag Flag Cylinders Size Blocks 0 unassigned wm 0 4923 (4924/0/0) 17682084 1 unassigned wu 0 0 (0/0/0) 0 2 backup wm 0 4923 (4924/0/0) 17682084 3 unassigned wm 0 0 (0/0/0) 0 4 unassigned wm 0 0 (0/0/0) 0 5 unassigned wm 0 0 (0/0/0) 0 6 unassigned wm 0 0 (0/0/0) 0 7 unassigned wm 0 0 (0/0/0) 0增加新硬盤 (cont.)partition 0 7Part Tag Flag Cylinders Size Blocks 7 unassigned wm 0 0 (0/0/0) 0Enter partition id tag[unassigned]: 標準掛接點Enter partition permission flags[wm]: 分區(qū)性質(zhì): wm or wuEnter new starting cyl[0]:0 2022Enter partition size[0b, 0c, , ]: 2022c 2924cpartition lpartition q增加新硬盤 (cont.)FORMAT MENU: disk select a disk type select (define) a disk type partition select (define) a partition table current describe the current disk format format and analyze the disk repair repair a defective sector label write label to the disk analyze surface analysis defect defect list management backup search for backup labels verify read and display labels save save new disk/partition definitions inquiry show vendor, product and revision volname set 8character volume name !cmd execute cmd, then return quitformat q 增加新硬盤 (cont.) newfs /dev/rdsk/c0t3d0s0 (針對裸設(shè)備建立 ufs類型的文件系統(tǒng)) mkdir /data mount /dev/dsk/c0t3d0s0 /dataor vi /etc/vfstab (文件系統(tǒng)掛接表,重啟后掛接依然存在) mountall磁帶機管理tar 命令:格式: tar options arguement filenameoptions: c 創(chuàng)建新的 tar文件t 列出 tar 文件內(nèi)容x 從 tar文件中抽取文件v 顯示出文件名f 指明操作對象eg1: tar cvf /dev/rmt/0 *tar tvf /dev/rmt/0tar xvf /dev/rmt/0 [hosts]eg2: tar cvf etctar xvf 磁帶機管理 (cont.)mt— 磁帶控制命令格式: mt f /dev/rmt/0 mand [count]mand: mt –f /dev/rmt/0n fsf [count]mt –f /dev/rmt/0n bsf [count]mt f /dev/rmt/0n eommt statusmt retensionmt rewindmt erase光驅(qū)管理手動掛接: mount F hsfs o ro /dev/dsk/c0t6d0s0 /cdrom彈出光盤: eject強制拆卸文件系統(tǒng): umount –f /cdrom進程管理光盤的管理進程: vold相關(guān)腳本 :/etc/光驅(qū)管理發(fā)生讀錯誤時 ,可以如下糾正 :/etc/或 pkill 15 vold按按鈕彈出光盤后cd /cdrom。 rm r */etc/然后把光盤推回軟驅(qū)管理格式化: fdformat做文件系統(tǒng): newfs /vol/dsk/diskette0掛接:軟驅(qū)一般不用手工掛接。使用 File——Check for floppy菜單,系統(tǒng)會自動掛接軟驅(qū)到 /floppy目錄。當無法使用圖形界面時,用命令行方式: volcheck文件系統(tǒng)管理Solaris文件系統(tǒng)文件系統(tǒng): 用來查找和存儲文件的目錄結(jié)構(gòu)成為文件系統(tǒng)。Solaris的文件系統(tǒng)為虛擬文件系統(tǒng):目錄與設(shè)備通過 mount建立聯(lián)系。對設(shè)備的操作與對 其它文件系統(tǒng)的操作是統(tǒng)一的。文件系統(tǒng)有 pcfs、 ufs格式的文件。但用戶使用時,不 用考慮文件格式,系統(tǒng)會對它自動轉(zhuǎn)化。文件系統(tǒng)類型:盤文件系統(tǒng): HD: ufs、 VxfsCDROM: hsfsFLOPPY: pcfs、 ufs網(wǎng)絡(luò)文件系統(tǒng): nfs偽文件系統(tǒng): tmpfs、 swapfs、 procfs虛擬文件系統(tǒng)表/etc/vfstab device device mount FS fsck mount mount to mount to fsck point type pass at boot options/dev/dsk/c0t1d0s0 /dev/rdsk/c0t1d0s0 / ufs 1 no /dev/dsk/c0t1d0s1 swap no swap /tmp tmpfs yes /dev/dsk/c0t1d0s7 /dev/rdsk/c0t1d0s7 /export/home ufs 1 yests1:/export/home /home nfs no 虛擬文件系統(tǒng)表 (cont.)fsck pass: 0 只檢測非 ufs文件系統(tǒng)1 順序檢測文件系統(tǒng)1 對要檢測的多
點擊復(fù)制文檔內(nèi)容
教學課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1