VMS 常用命令小注(2)

zhyuh發表於2005-12-14
21-40 個命令[@more@]

  1. $ DIRECTORY/SIZE/DATE/VERSIONS=1/PROTECTION AVERAGE

顯示average所有型別的檔案的,資訊包括最新版本號,建立日期,檔案大小(以block為單位)

  1. $ set password

設定或修改密碼

  1. $ ctl+T

GREEN::MCCARTHY 13:45:02 EVE CPU=00:00:03.33 PF=778 IO=295 MEM=315

顯示當前程式的統計資訊,包括

GREEN -- 主機名

MCCARTHY – 使用者名稱

13:45:02當前時間

EVE – 當前程式current process,

CPU=00:00:03.33 – CPU使用率

PF=778 -- number of page faults

IO=295 -- level of I/O activity

MEM=315 -- memory usage

Ctl+T預設為disable狀態,可以用$ SET CONTROL=Tenable

  1. $ctl+W

重新整理上面螢幕

  1. $logout /full

退出系統,並顯示當前使用者會話的資訊

  1. $ctl+Z

取消/終止命令

  1. $set def [-]

回到上層目錄

  1. $COPY/LOG FORMAT.TXT,FIGURE.TXT,ARTWORK.TXT -

_$ SAVE.TXT

輸入一條多行的命令:在命令的行尾加 “-”

  1. $ show terminal

顯示當前terminal屬性

  1. $set terminal/line_edit

將當前terminal設定為可以line_edit模式。該命令只能修改當前會話屬性

若要每次登陸都保持該屬性,將該命令加入LOGIN.COM檔案

  1. $set terminal/insert

$set terminal/overstrike

將當前會話的line-edit模式在insert / overstrike之間切換

如果只在當前行切換,可以用ctl+A

  1. $set terminal/wrap

line-edit中使用換行

  1. 完整地指定某個檔案

node::device:[root.][directory]file-name.file-type;version

node à 節點名稱

device à 裝置名稱,一般指磁碟或者磁帶。磁碟有兩種格式:ODS-2(default), ODS-5(OpenVMS only)

directory à 目錄

file name à 檔名

file type à 檔案型別

version à 版本

------------------------------------------------------------------------------

  1. File Type Contents

------------------------------------------------------------------------------

.CLD Command description file

.COM Command procedure file

.DAT Data file

.DIF Output file created by the DIFFERENCES command

.DIR Directory file

.DIS Distribution list file for the Mail utility

.EXE Executable program image file created by the linker

.HLB Help text library file

.HLP Input source file for help libraries

.INI Initialization file

.LIS Listing file created by a language compiler or assembler; default

input file for the PRINT and TYPE commands

.LOG Batch job output file

.MAI Mail message file

.PS POSTSCRIPT format file

.SYS System image file

.TJL Journal file created by the DECTPU and ACL editors

.TLB Text library file

.TMP Temporary file

.TPU Command file for the EVE editor

.TPU$JOURNAL Journal file created by the EVE editor

.TXT Input file for text libraries or Mail utility output files

------------------------------------------------------------------------------

  1. 萬用字元

* à 配一串字元

% à 配一個字元

à配一個字元

  1. 子目錄的指定

[directory.1-level sub-directory.2-level sub-directory]

  1. $create test.txt

建立檔案test.txt

  1. $ COPY *.TXT;* [SAVETEXT]*.*;*

.txt檔案複製到[savetext]目錄下

  1. $ COPY/SINCE=11-DEC-1999/MODIFIED [JONES.LICENSES.DOG]*.* *

複製[JONES.LICENSES.DOG]目錄下所有1999

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/207/viewspace-811678/,如需轉載,請註明出處,否則將追究法律責任。

相關文章