Learning all of the available system calls

You can use following command to learn details of all the available system calls for Linux:

man syscalls

You can also look at the syscall manual in Linux Programmer’s Manual with:

man 2 syscall

(Reference: http://www.ibm.com/developerworks/linux/library/l-system-calls)