Can we disable few commands at databricks cluster/workspace level?

68 Views Asked by At

I want to prevent user from executing any harmful commands like dbutils.fs.rm or %sh rm I can disable shell rm commands. How can I disable dbutils.fs or python/scala specific commands?

0

There are 0 best solutions below