How to get file descriptor permissions?

M

Mike

Hi,
I have a file descriptor of an open file and I would like to know
through C/C++ API how to query its read/write/exec permissions.
Thanks.
 
I

Ivan Vecerina

Mike said:
I have a file descriptor of an open file and I would like to know
through C/C++ API how to query its read/write/exec permissions.

File permissions are out of the scope of the C++ standard.
You need to use platform-specific APIs to access these
(and this is OT in this forum).


Ivan
 
M

Matthias Kaeppler

Mike said:
Hi,
I have a file descriptor of an open file and I would like to know
through C/C++ API how to query its read/write/exec permissions.
Thanks.

But to answer your question: Look up chapter "14.9 File Attributes" in
your glibc-documentation. It explains everything.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top