-
根据用户名或uid获取passwd用户条目
资源介绍
密码用户
从用户名或获取用户条目
在macOS和Linux上均可使用。 如果需要跨平台支持,请参阅 。
安装
$ npm install passwd-user
用法
const passwdUser = require ( 'passwd-user' ) ;
( async ( ) => {
console . log ( await passwdUser ( 'sindresorhus' ) ) ;
/*
{
username: 'sindresorhus',
password: '*',
userIdentifier: 501,
groupIdentifier: 20,
fullName: 'Sindre Sorhus',
homeDirectory: '/home/sindresorhus',
shell: '/bin/zsh'
}
*/
- 上一篇: 交互工具-RHCE认证用户基础
- 下一篇: Z系列指令-RHCE认证用户基础