Hi,

The function definition for system call sys_open is

asmlinkage long sys_open(const char __user *filename,int flags, int
mode);

I am writing a module and in it I am accessing sys_open but not sure
what should be the value of mode. I couldn't find any link specifying
what are the different modes and what is the difference.

Thanks In Advance,
Perumal

-- 
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup

Reply via email to