Hi, For the system call sys_open, the function definition is
asmlinkage long sys_open(const char __user *filename,int flags, int mode); I am calling this function in a module I am writing and like to know what should be the value of mode. I cannot find any link explaining the different modes available and what is the difference. Thanks In Advance, Perumal
