File: chmod

package info (click to toggle)
golang-fsnotify 1.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 728 kB
  • sloc: ansic: 98; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# chmod the watched file.

touch /file
watch /file
chmod 700 /file

Output:
	chmod /file

	windows:
		no-events