/usr/share/bug/linux-image-3.16.0-6-amd64/include-1cmdline is in linux-image-3.16.0-6-amd64 3.16.56-1+deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | add_1cmdline() {
echo '** Command line:' >&3
cat /proc/cmdline >&3
echo >&3
}
ask_1cmdline() {
true
}
|