
chflags
List of commands for chflags:
-
chflags:ai:b6fef Chflags$ chflags ${options} ${flags} ${file}try on your machineexplain this command
-
chflags:tldr:320af chflags: Set the `hidden` flag for a file.$ chflags ${hidden} ${filename}try on your machineexplain this command
-
chflags:tldr:8e5df chflags: Recursively set the `uchg` flag for a directory.$ chflags -R ${uchg} ${path-to-directory}try on your machineexplain this command