While deleting files/folders on the NSS volume on an OES11 server as root user via shell. Let’s say test1.doc and the following error will occur:
“rm: cannot remove `test1.doc’: Permission denied” or “S-1-1-0-1 on a Windows machine.”
You will get that error if you have flagged the file with NSS flag “Delete Inhibit” or “Rename Inhibit”. Clear those flags out and it should also be possible to delete the file directly from a Linux console.
Use this command:
root# attrib -r -c all foldername