Use the following command to show the attributes of net.exe in the directory split of the shared object client on the server country and prompt for a password, as user maple:
ruattr -u maple -P //country/client/split/net.exe |
Use the following command to modify the attributes of the file private.txt in the virtual root of the shared object shared on the server demopc, change it to a Read-Only, Hidden file, and clear the Archive bit, with password mypword:
ruattr -p mypword -a +rh //demopc/shared/private.txt |
Use the following command to clear the hidden attributes of all files in the shared object public on the server demopc, prompt for a password, and use the character set "shift-jis", as user Ajax:
ruattr -u Ajax -P -C shift-jis -h //demopc/public/*.* |