devices - What does the output of `ll /proc/self/fd/` (from `ll /dev/fd ...

unix.stackexchange.com

9 нояб. 2021 г. ... /proc/self/fd reports the files opened by a process. Each entry is a “magic” symbolic link whose name is the file descriptor and whose target is ...

linux - Why is /proc/self/fd/N forbidden after setuid? - Stack Overflow

stackoverflow.com

24 февр. 2023 г. ... Inside your program, open files are represented as integer file descriptors. These are the filenames of the entries in the directory: ...

proc(5) - Linux manual page

man7.org

find(1) with the -inum option can be used to locate the file. /proc/pid/fd/ This is a subdirectory containing one entry for each file which the process has open ...

A cool trick with /proc/self/fd : r/linux

www.reddit.com

12 апр. 2014 г. ... tl;dr /proc/self/fd/1 points to a process' standard output. You can use this to trick programs into printing to the terminal instead of files.

Nginx can't write to /proc/self/fd/2 with container.runAsUser=101 ...

github.com

4 февр. 2020 г. ... giuseppe commented on Feb 5, 2020. that looks like an issue we fixed in conmon: containers/conmon#112. runc does automatically the chown, but ...

PROBLEM?: "permission denied" when accessing /proc/self/fd ...

groups.google.com

7 авг. 2008 г. ... /proc/self/fd/2: uid: 1000, gid: 5 open(/proc/self/fd/2) as uid 500: Permission denied /proc/self/fd/2: uid: 1000, gid: 5. I've managed to ...

Error response from daemon: OCI runtime create failed /proc/self/fd ...

github.com

12 апр. 2022 г. ... kes, nginx, postgres, nats and about 5 go and nodejs services. This happens about once a day per developer and I would say the developer ...

5.3. Directories within /proc/ Red Hat Enterprise Linux 5 | Red Hat ...

access.redhat.com

fd — A directory containing all of the file descriptors for a particular process. ... The /proc/self/ directory is a link to the currently running process. This ...

error: can't mount image /proc/self/fd/3: failed to mount squashfs ...

github.com

1 июл. 2020 г. ... FATAL: container creation failed: mount /proc/self/fd/3->/usr/local ... 5. VERBOSE [U=0,P=23937] init() Starter initialization. DEBUG [U=0,P ...

CTFtime.org / ASIS CTF Finals 2021 / jsss / Writeup

ctftime.org

... 5`, readFile`/proc/self/fd/6`, readFile`/proc/self/fd/7`, readFile`/proc/self ... fd/27`, readFile`/proc/self/fd/28`. And yes, there is probably a better way ...

proc(5) - Linux manual page

man7.org

proc/self/fd/N is approximately the same as /dev/fd/N in. some UNIX and UNIX-like systems. Most Linux MAKEDEV.

what's the mean of /proc/self/fd/ socket file on linux... - Stack Overflow

stackoverflow.com

grep -i "4654214" /proc/net/tcp 5: 00000000:270F 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 4654214 1 cc2c5f00 300 0 0 2 -1. This is way how you can get useful info about sockets. Additionally look at ss command.

What's the difference between ">&1" and ">/proc/self/fd/1" redirection?

unix.stackexchange.com

The only reason you would ever use /proc/self/fd is you are running a program that expects a file name and can't be told to use an already open file descriptor. E.g. the <(cmd...) redirection uses that, since almost all command line utilities can open a file pointed to by name, but not all support preopened file...

7.2.1. Файл /proc/self. Программирование для Linux.

it.wikireading.ru

Файл /proc/self является символической ссылкой на каталог, соответствующий текущему процессу. Естественно, содержимое ссылки меняется в зависимости от того, кто к ней обращается. Например, программа, представленная в листинге 7.2...

Writing to /proc/self/fd/1 and /proc/self/fd/2 in a supervised process...

github.com

As a trick, I tried to set the log files to /proc/self/fd/1, but somehow that special file is not writeable from within a process started by the supervisor.

Проект OpenNet: MAN proc (5) Форматы файлов (FreeBSD и Linux)

www.opennet.ru

proc (5) ( Linux man: Форматы файлов ). Ключ proc обнаружен в базе ключевых слов.

Ubuntu Manpage: proc - process information pseudo-filesystem

manpages.ubuntu.com

proc/self/fd/N is approximately the same as /dev/fd/N in some UNIX and UNIX-like. systems.

LFI Exploitation via /proc/self/fd - YouTube

www.youtube.com

О сервисе Прессе Авторские права Связаться с нами Авторам Рекламодателям Разработчикам...

A cool trick with /proc/self/fd : linux

www.reddit.com

Spamming self-promotion, surveys, crowdfunding - Submitting your own original content is welcome on r/linux, but we do ask that you contribute more than

Поиск реализован с помощью YandexXML и Google Custom Search API