📄 getpass.3
字号:
.TH GETPASS 3 .SH NAMEgetpass \- read a password.SH SYNOPSIS.B char *getpass(prompt).br.B char *prompt;.SH DESCRIPTION.I Getpassreads a password from the file.IR /dev/tty ,or if that cannot be opened, from the standard input,after prompting with the null-terminated string.I promptand disabling echoing.A pointer is returned to a null-terminated stringof at most 8 characters..SH FILES/dev/tty.SH "SEE ALSO"crypt(3).SH BUGSThe return value points to static datawhose content is overwritten by each call.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -