Skip to main content
deleted 14 characters in body
Source Link
Stéphane Chazelas
  • 584.8k
  • 96
  • 1.1k
  • 1.7k

MINIX 3 has a procfs server which provides several Linux-like components including /proc/PID/ directories. However this does not there is no /proc/PID/fd.

  • Under Linux, /dev/fd is a symbolic link to /proc/self/fd.
  • Under most unices (IRIX, OpenBSD, NetBSD, SCO, Solaris, …), the entries in /dev/fd are character devices. They usually appear whether the file descriptor is open or not, and entries may not be available for file descriptors above a certain number.
  • Under FreeBSD and OSX, the fdescfs filesystem provides a dynamic /dev/fd directory which follows the open descriptors of the calling process. A static /dev/fd is available isif /dev/fd is not mounted.
  • Under OSF/1 (Tru64), /dev/fd is provided via fdfs.
  • There is no /dev/fd on AIX or HP-UX.

MINIX 3 has a procfs server which provides several Linux-like components including /proc/PID/ directories. However this does not there is no /proc/PID/fd.

  • Under Linux, /dev/fd is a symbolic link to /proc/self/fd.
  • Under most unices (IRIX, OpenBSD, NetBSD, SCO, Solaris, …), the entries in /dev/fd are character devices. They usually appear whether the file descriptor is open or not, and entries may not be available for file descriptors above a certain number.
  • Under FreeBSD and OSX, the fdescfs filesystem provides a dynamic /dev/fd directory which follows the open descriptors of the calling process. A static /dev/fd is available is /dev/fd is not mounted.
  • Under OSF/1 (Tru64), /dev/fd is provided via fdfs.
  • There is no /dev/fd on AIX or HP-UX.

MINIX 3 has a procfs server which provides several Linux-like components including /proc/PID/ directories. However there is no /proc/PID/fd.

  • Under Linux, /dev/fd is a symbolic link to /proc/self/fd.
  • Under most unices (IRIX, OpenBSD, NetBSD, SCO, Solaris, …), the entries in /dev/fd are character devices. They usually appear whether the file descriptor is open or not, and entries may not be available for file descriptors above a certain number.
  • Under FreeBSD and OSX, the fdescfs filesystem provides a dynamic /dev/fd directory which follows the open descriptors of the calling process. A static /dev/fd is available if /dev/fd is not mounted.
  • Under OSF/1 (Tru64), /dev/fd is provided via fdfs.
  • There is no /dev/fd on AIX or HP-UX.
Commonmark migration
Source Link

Lsof can't obtain path name components from the kernel name caches of the following dialects:

 
  • AIX
 

Only the Linux kernel records full path names in the structures it maintains about open files; instead, most kernels convert path names to device and node number doublets and use them for subsequent file references once files have been opened.

Lsof can't obtain path name components from the kernel name caches of the following dialects:

 
  • AIX
 

Only the Linux kernel records full path names in the structures it maintains about open files; instead, most kernels convert path names to device and node number doublets and use them for subsequent file references once files have been opened.

Lsof can't obtain path name components from the kernel name caches of the following dialects:

  • AIX

Only the Linux kernel records full path names in the structures it maintains about open files; instead, most kernels convert path names to device and node number doublets and use them for subsequent file references once files have been opened.

added 3 characters in body
Source Link
Cyker
  • 4.6k
  • 9
  • 40
  • 49
  • Under Linux, /dev/fd is a symbolic link to /proc/self/fd.
  • Under most unices (IRIX, OpenBSD, NetBSD, SCO, Solaris, …), the entries in /dev/fd are character devices. They usually appear whether the file descriptor is open or not, and entries may not be available for file descriptors above a certain number.
  • Under FreeBSD and OSX, the fdescfs filesystem provides a dynamic /dev/fd directory which follows the open descriptors of the calling process. A static /dev/fd is available is /dev/fd is not mounted.
  • Under OSF/1 (Tru64), /dev/fd is provided via fdfs.
  • There is no /dev/fd on AIX or HP-UX.
  • Under Linux, /dev/fd is a symbolic link to /proc/self.
  • Under most unices (IRIX, OpenBSD, NetBSD, SCO, Solaris, …), the entries in /dev/fd are character devices. They usually appear whether the file descriptor is open or not, and entries may not be available for file descriptors above a certain number.
  • Under FreeBSD and OSX, the fdescfs filesystem provides a dynamic /dev/fd directory which follows the open descriptors of the calling process. A static /dev/fd is available is /dev/fd is not mounted.
  • Under OSF/1 (Tru64), /dev/fd is provided via fdfs.
  • There is no /dev/fd on AIX or HP-UX.
  • Under Linux, /dev/fd is a symbolic link to /proc/self/fd.
  • Under most unices (IRIX, OpenBSD, NetBSD, SCO, Solaris, …), the entries in /dev/fd are character devices. They usually appear whether the file descriptor is open or not, and entries may not be available for file descriptors above a certain number.
  • Under FreeBSD and OSX, the fdescfs filesystem provides a dynamic /dev/fd directory which follows the open descriptors of the calling process. A static /dev/fd is available is /dev/fd is not mounted.
  • Under OSF/1 (Tru64), /dev/fd is provided via fdfs.
  • There is no /dev/fd on AIX or HP-UX.
updated Solaris information (thanks jlliagre)
Source Link
Gilles 'SO- stop being evil'
  • 865.4k
  • 205
  • 1.8k
  • 2.3k
Loading
Source Link
Gilles 'SO- stop being evil'
  • 865.4k
  • 205
  • 1.8k
  • 2.3k
Loading