Page MenuHomeDevCentral

Users can't create subdirectories in /var/tmp/whom/
Closed, ResolvedPublic

Description

Logging in:

22:21:50 <paladox> mkdir: /var/tmp/whom/paladox: Permission denied
22:21:50 <paladox> touch: /var/tmp/whom/paladox/eb0841b6/old: No such file or directory
22:21:50 <paladox> cd: /var/tmp/whom/paladox/eb0841b6: No such file or directory

Event Timeline

$ mkdir /var/tmp/whom/paladox
$ chown paladox:shell /var/tmp/whom/paladox
$ chmod 1777 /var/tmp/whom

Reference: https://www.freebsd.org/doc/handbook/permissions.html