Skip to content

It does not judge whether the file exists #2

@Icenowy

Description

@Icenowy
icenowy [ ~ ] $ sudo paxctl-ng -m /usr/bin/qemu-system-x86_63
icenowy [ ~ ] $ echo $?
0
icenowy [ ~ ] $ sudo paxctl-ng -m /usr/bin/qemu-system-x86_64
icenowy [ ~ ] $ echo $?
0
icenowy [ ~ ] $ [ -e /usr/bin/qemu-system-x86_63 ] && echo ok
icenowy [ ~ ] ! [ -e /usr/bin/qemu-system-x86_64 ] && echo ok
ok

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions