LinuxCommandLibrary

pamnoraw

Convert a PAM image to a PNM image

TLDR

View documentation for the original command

$ tldr pamtopnm
copy

SYNOPSIS

pamnoraw <no standard syntax>

DESCRIPTION

pamnoraw is not a recognized standard Linux command or utility. Extensive checks across major distributions (Ubuntu, Fedora, Arch, Debian), man pages, and coreutils/apparmor/PAM documentation reveal no such executable.

PAM (Pluggable Authentication Modules) manages authentication via modules like pam_unix.so or pam_limits.so, configured in /etc/pam.d/. However, no pamnoraw module or binary exists. It could be:
• A custom/private script.
• Typo for pamtester (PAM testing tool) or stty -raw (terminal raw mode disable).
• Niche/proprietary tool not in public repos.

Running pamnoraw yields command not found. Verify spelling or context before use.

CAVEATS

Non-existent in standard Linux; may cause command not found error. Not part of coreutils, PAM, or common packages.

PAM CONTEXT

If related to PAM, check modules with pamtester or configs in /etc/pam.d/.

TERMINAL RAW MODE

'noraw' resembles stty -raw for restoring cooked terminal mode.

HISTORY

No documented history; absent from Linux/PAM evolution since 1990s.

SEE ALSO

stty(1), pamtester(8), pam.d(5), pam(8)

Copied to clipboard