Alcatel-Lucent 6850-48 参考指南

下载
页码 3444
File Management Commands
OmniSwitch CLI Reference Guide
September 2009
page 7-27
chmod
Changes the write privileges for a specified file. 
chmod {+w | -w} [path/]file
Syntax Definitions
+w
Enables read-write privileges for the file.
-w
Disables write privileges for the file—i.e., the file becomes read-only.
path/
The path containing the file for which privileges are being changed. Be 
sure to separate path directories and file names with a slash (/). Up to 
255 characters may be used for the specified path. Also, a path may 
contain a maximum of thirty-two (32) directories. 
file
The name of the file for which read-write privileges are being changed.
Defaults
N/A
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
This command can also be used on the secondary CMM.
Examples
-> chmod +w vlan.config
-> chmod -w flash/backup_configs/vlan.config
Release History
Release 6.1; command was introduced.
Related Commands
MIB Objects
systemServices
systemServicesArg1
systemServicesAction
Changes the write privileges for a specified file.