Forrest logo
back to the chmod tool

chmod:ai:6b363

Remove read permission for all users on the specified file
$ chmod a-r ${filename}
try on your machine

Remove read permission for all users on the specified file

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to unset permissions on a file for all ?
back to the chmod tool