g'day,
I've a question about pthread or fork functions. For example, I've got parent copy my programm which ran from root privileges, than it could be forked or new pthread create with new pid and use after that from user. So, my question to implies with access permission from user to data which's has only root permissions if I use it before in root pthread or fork?