Agilent 4155C/4156C User’s Guide Vol.1, Edition 11 3-9
Connecting to Network
Using Network
Files and directories created by the 4155C/4156C
The 4155C/4156C creates a file or a directory upon the following permission. After
creating it, change the permission as you wish by using the NFS server. The
4155C/4156C cannot change the permission.
• If you use HP-UX system:
Permission of a file -rw-rw-rw-
Permission of a directory drwxrwxrwx
To change the permission, enter the chmod command. For details of the
command, enter man chmod to display the on-line manual.
The following example changes the permission to read only for group and
others.
$ chmod 644 /D4156/FILE1.DAT
• If you use Windows PC:
To change the permission, enter the CACLS command. For details of the
command, enter HELP CACLS to display the help message.
The following example changes the permission to Full Control for the creator
USER01, and to Read for users except for the creator.
C:\D4156> CACLS FILE1.DAT /P USER01:F Users:R Everyone:R
NOTE For Windows PC, be careful about permission of a file. The file can be deleted by a
user even if the file is saved into the folder with the following permission.
To avoid the trouble, change the permission to Read for group and Everyone.
Permission of a file Permission of a folder
a creator Read and Write Full Control
a group Read and Write Change, or Modify
Everyone Read and Write Change, or Modify
Permission of a folder
a creator Full Control
a group Read
Everyone Read