Linux command
faked-sysv 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start fakeroot
faked-sysv
Run with specific
faked-sysv --socket [/tmp/fakeroot.sock]
Debug mode
faked-sysv --debug
说明
faked-sysv is the daemon component of fakeroot using System V IPC. It maintains a database of fake file ownerships and permissions, allowing unprivileged users to create archives with root-owned files. The daemon intercepts file operations via LD_PRELOAD and returns fake ownership/permission information. This enables building packages with correct ownership without actual root privileges. faked-sysv uses System V shared memory for communication, as opposed to faked-tcp which uses TCP sockets.
参数
- --socket _PATH_
- Unix socket path for communication.
- --debug
- Enable debug output.
- --foreground
- Run in foreground (don't daemonize).
- --help
- Display help information.
FAQ
What is the faked-sysv command used for?
faked-sysv is the daemon component of fakeroot using System V IPC. It maintains a database of fake file ownerships and permissions, allowing unprivileged users to create archives with root-owned files. The daemon intercepts file operations via LD_PRELOAD and returns fake ownership/permission information. This enables building packages with correct ownership without actual root privileges. faked-sysv uses System V shared memory for communication, as opposed to faked-tcp which uses TCP sockets.
How do I run a basic faked-sysv example?
Run `faked-sysv` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --socket _PATH_ do in faked-sysv?
Unix socket path for communication.