devela::_dep::rustix::process

Function set_executable_file

pub fn set_executable_file(fd: BorrowedFd<'_>) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Supersede the /proc/pid/exe symbolic link with a new one pointing to a new executable file.

§References