Thread: Linux API Manual

  1. #1
    Registered User
    Join Date
    Aug 2015
    Posts
    9

    Linux API Manual

    Hi,

    Is there a resource/book where we can find Linux APIs with explanation on the lines of MSDN or docs.oracle for Java.
    I am developing an application and I need to find APIs extended by Linux for file system and cryptography.

    Thanks !

  2. #2
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    Also posted here.

    Jim

  3. #3
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    I'm curious - before you typed "Linux API Manual" into at least two forum title fields, did you try typing it into a search engine?

  4. #4
    Registered User
    Join Date
    Mar 2014
    Location
    Corning, New York, USA
    Posts
    96
    I don't really understand the question I guess. Are you looking for documentation on how to access the Linux syscalls via Java? I believe they syscall numbers are generally stored in /usr/include/asm/unistd.h. Perhaps this website has the information you're looking for? http://unix.stackexchange.com/questions/1681/invoke-syscalls-from-java

    If not, isn't Java Platform SE 7 valid, regardless of your OS?

  5. #5
    Registered User
    Join Date
    Aug 2015
    Posts
    9
    @Matticus

    I'm curious - before you typed "Linux API Manual" into at least two forum title fields, did you try typing it into a search engine?
    Ofcourse I did and I didn't find anything close to what i am looking for. Search either listed some loosely written POSIX functions/API or some Kernel API relevant for "Driver Driver Developers".

    yes, "MAN" pages is the only source of information that I am relying on but the way they are structured its not easy to find information as in the case of MSDN/Oracle (java). So I thought I will list the question here.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux programming reference manual
    By Zarniwoop in forum Linux Programming
    Replies: 2
    Last Post: 07-22-2012, 07:38 AM
  2. C# manual updates
    By Shingetsu Kurai in forum C# Programming
    Replies: 4
    Last Post: 09-16-2011, 07:48 AM
  3. C/C++ Manual
    By JonnyHatesJesus in forum C Programming
    Replies: 7
    Last Post: 07-17-2002, 06:12 AM
  4. c builder manual
    By h_kharkan in forum Windows Programming
    Replies: 0
    Last Post: 12-14-2001, 02:02 AM

Tags for this Thread