I am trying to get a logging program working and it was failing to create a log file due to permissions.
I happen to stumble into starting it in /tmp directory and it worked.
So I need to recreate these rights:
drwxrwxrwt
On a directory. What is the proper way? I tried chmod 755 and chmod +X but not what I need.
drwxr-xr-x 2 root wheel 512 Apr 23 23:37 gpslog
I happen to stumble into starting it in /tmp directory and it worked.
So I need to recreate these rights:
drwxrwxrwt
On a directory. What is the proper way? I tried chmod 755 and chmod +X but not what I need.
drwxr-xr-x 2 root wheel 512 Apr 23 23:37 gpslog