Yes, there is a difference. Absolute configuration requires one system call ( chmod()). An incremental parameter requires two calls: one to obtain the current permissions ( stat()), and then chmod()to set them. A system call chmod()only works in absolute settings.
" ", , . , stat() , โโ chmod() . , , WAN, , .