Use one of the following commands to list available attach points:
tnattach tnattach -L |
Use the following command to list available attach points for file service myhost in the LM-NT-OS/2 realm:
tnattach -R -r NB -s myhost:file |
Use the following command to read the value of the attribute volume for the attach point mybin in the file service myhost in the NetWare realm:
tnattach -R -r NW -s myhost:file -j mybin -a volume |
Use the following command to create a new attach point mybin in the file service myhost in the AppleTalk realm:
tnattach -A -r AT -s atmyhost:file -j mybin -a volume=myvol -a path=/export/home |
Use the following command to change the value of the attribute volume of attach point mybin in the file service myhost in the AppleTalk realm, to home:
tnattach -M -r AT -s atmyhost:file -j mybin -a volume=home |
Use the following command to delete the attach point mybin from the file service myhost in the LM-NT-OS/2 realm:
tnattach -D -r NB -s myhost:file -j mybin |