lkml.org 
[lkml]   [2003]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRE: argv0 revisited...
    Date
    > > > welcome. Although I would like a portable solution, any 
    > solution that
    > > > works under *any* Linux kernel is welcome...
    > > What about mounting /proc from inside your program? Not a
    > big deal, easy
    > > sollution ...
    >
    > I don't like it, because it should happen at the very beginning
    > of init. Remember, is not any program, is an init. Should be a more
    > clean way, I suppose :??

    I don't think is that big a deal ... if you startup the system normally,
    sooner or later, /proc is going to be mounted. A [quickie] variation is:

    mount()
    get the info from /proc/self/whatever
    umount()

    Is simple, is clean and has no side effects; the code is pretty small, btw

    Inaky Perez-Gonzalez -- Not speaking for Intel - opinions are my own [or my
    fault]


    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:32    [W:6.568 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site