Tagged Questions

0
votes
4answers
69 views

What is the difference between read and pread in unix?

What is the difference between the functions read() and pread() in unix? When choosing between them, what points should I take into consideration? I googled for the difference between them but …