| bio | website | |
|---|---|---|
| location | Minneapolis, MN | |
| age | ||
| visits | member for | 9 months |
| seen | May 7 at 10:43 | |
| stats | profile views | 2 |
|
Aug 24 |
awarded | Supporter |
|
Aug 14 |
comment |
On startup cifs mounts with wrong uid, gid That is absolutely correct, the 'users' option will cause mount to use the uid of the user running the command. At boot time, that is root. As for making files executable, you need to tell mount what permissions to use. The relevant option for cifs is 'file_mode'. So, adding something like 'file_mode=0754' to the options list would make all files read/write/execute for the uid in the mount command, read/execute for the gid, and read-only for all others. |
|
Aug 13 |
answered | On startup cifs mounts with wrong uid, gid |
|
Aug 13 |
awarded | Teacher |
|
Aug 13 |
answered | In Amazon Web Services what does AMI number signify |