更改指定对象类中的选定对象的内容。
odmchange -o ObjectClass [ -q Criteria] [ InputFile]
如果给定了修改的对象类、搜索规则和新对象(仅对需要更改的属性),odmchange 命令将修改所有满足搜索规则的对象。InputFile 文件和用于 odmadd 命令的 InputFile 文件(ASCII 输入文件)有同样的格式。
-o ObjectClass | 指定要修改的对象类。 |
-q Criteria | 指定用于从对象类中选择对象的标准。 对于限制标准信息,请参阅“Understanding ODM Object Searches”AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs。 如果没有指定标准(没有 -q 标志),更改对象类中的所有对象项。 |
在 AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs 中的 Object Data Manager (ODM) Overview for Programmers。
odmadd 命令。
odm_change_obj 子例程。
在 AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs 中的 Understanding ODM Descriptors。
List of ODM Commands and SubroutinesAIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs。
ODM Example Code and OutputAIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs。