Recent content by LuckyLuke93

  1. L

    Discovering a process run in the past

    if i don't know the process to monitor? I know that some process were in the past but i don't know what they are
  2. L

    Discovering a process run in the past

    Suppose that a random process starts at time X and ends at time X + 5 seconds... Is there a way to discover the TID, PID, and name of process for instance at time X+6 seconds? I would like to get the same informations given by ps
  3. L

    Linux major and minor number in device file

    Who is in charge to decide what is the minor number?Is it driver? If i have for instace: -device file x with 8 major number and 2 minor number -device file y with 6 major number and 2 minor number My question is :Are 2 device files referring to the same device? Is minor number unique for the system?
  4. L

    Linux device interaction

    I don't know if it is the right forum to do this question but i try. I’m interested to monitor all resources related to video recording through camera in Pixel 3a with Android 8.0. So to do that, I’m used the Android camera application to record a merely a video. I discovered that although the...
  5. L

    Linux device interaction

    In Linux, is it possible for an application interacts with hardware device( for instance: camera) without using /dev/* device file?So I mean is possible to use hardware device without making or “using” /dev/* device file?
Top