登录 注册
当前位置:主页 > 资源下载 > 15 > 根据用户名或uid获取passwd用户条目

根据用户名或uid获取passwd用户条目

  • 更新:2024-08-10 11:24:08
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

密码用户 从用户名或获取用户条目 在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' } */