Ask Question

Using the syntax in section 2.3, write a command delete_all_rights (p, q, s). this command causes p to delete all rights the subject q has over an object s.

+4
Answers (1)
  1. 12 November, 08:23
    0
    command delete_all_rights (p, q, s)

    delete read from a[q, s];

    delete write from a[q, s];

    delete execute from a[q, s];

    delete append from a[q, s];

    delete list from a[q, s];

    delete modify from a[q, s];

    delete own from a[q, s];

    end
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Using the syntax in section 2.3, write a command delete_all_rights (p, q, s). this command causes p to delete all rights the subject q has ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers