1
0

remove 624 B

1234567891011121314151617181920212223242526272829303132333435
  1. .TH REMOVE 5
  2. .SH NAME
  3. remove \- remove a file from a server
  4. .SH SYNOPSIS
  5. .ta \w'\fLTremove 'u
  6. .IR size [4]
  7. .B Tremove
  8. .IR tag [2]
  9. .IR fid [4]
  10. .br
  11. .IR size [4]
  12. .B Rremove
  13. .IR tag [2]
  14. .SH DESCRIPTION
  15. The
  16. .B remove
  17. request asks the file server both to remove the file represented by
  18. .I fid
  19. and to
  20. .B clunk
  21. the
  22. .IR fid ,
  23. even if the remove fails.
  24. This request will fail if the client does not have write permission
  25. in the parent directory.
  26. .PP
  27. It is correct to consider
  28. .B remove
  29. to be a
  30. .B clunk
  31. with the side effect of removing the file if permissions allow.
  32. .SH ENTRY POINTS
  33. .B Remove
  34. messages are generated by
  35. .IR remove .