搜索资源列表
shellccc
- 系统启动过程中内核(/unix,/vmunix,/boot/zImage等)将加载至内存直到系统关机,在启动 过程中,init将扫描/etc/inittab,在此文件中将列出可用的终端及其属性,一旦找到活动 的终端,getty(mingetty,LINUX)会给出login提示符和口令,确认完成后将启动相应的 shell(/etc/passwd文件中用户的SHELL域)-boot process kernel (/ unix, / vmunix, / boot / zImage) to be l
Change_passwd
- 在QT4.5开发环境中编写的一个修改密码程序,适用于修改密码功能。-QT4.5 development environment in the preparation of a modified password procedures, apply to modify the password function.
LinuxYonghuanquan
- Linux安全问题的详细解答,关于/etc/passwd的具体配置问题。-Linux security issues in detail, on the/etc/passwd specific configuration issues.
Linux
- 在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, th
LINUX
- 写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下: 1)如果命令行格式不符合要求,应有错误提示信息; 2)在/etc/passwd文件中查找是否有该用户, 如有,则输出“Found <user> in the /etc/passwd file.” 否则,输出“No such <user> on our system” -Write a scr ipt file checkuser, the scr ipt run-ti
linux-super_linker
- 本文档提供最全的linux技术文档链接,附带下载用户名密码等-this pdf provide full of linux techno-data super linker ,and provide user name and passwd
tinylogin-1.4
- tinylogin同busybox一样,用来替换通常PC版Linux的login,passwd,getty等命令。使用tinylogin的一个突出的优点就是可以节省存储空间。-tinylogin with busybox to replace the usual PC version of the Linux login, the passwd, getty command. Tinylogin a prominent advantage is that you can save storage
chpasswd
- This rather complex: if user is not found in /etc/shadow, we try to find & change his passwd in /etc/passwd / for Linux. -This is rather complex: if user is not found in /etc/shadow, we try to find & change his passwd in /etc/passwd / for Linux.
update_passwd
- update_passwd is a common function for passwd and chpasswd applets Source Code for Linux.
passwd
- password manager Source Code for Linux.
new_shadow.tar
- 嵌入式linux系统中的用户口令一般使用了shadow机制,存放在/etc/shadow中的是经过哈希或加密后的口令值。为了方便生成或修改口令,参考busybox中的loginutils/passwd.c等文件,写了此程序。-A little program to generated encrypted password, using crypt().
split
- Linux Device Driver: split passwd(passwds, passwd adjuncts, options).
DebianNET
- debian远程一键安装其他linux系统 默认root密码:Vicer,安装完成后请立即更改密码. 使用 passwd root 命令更改密码.(Usage: bash DebianNET.sh -d/--debian [7/wheezy|8/jessie|9/stretch] -v/--ver [32/i386|64/amd64])