CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - passwd

搜索资源列表

  1. unix

    0下载:
  2. 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:259.77kb
    • 提供者:dufei
  1. work

    0下载:
  2. 某大学的unix模拟实验试题要求,及样例源码,实现核心的数据结构和算法,只需在此基础上调用已编好的节点操作函数实现如passwd\\chmod等命令
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:372.96kb
    • 提供者:fly
  1. Unix_shell

    0下载:
  2. 实现功能(以下命令全部了小写) ls 显示文件目录 chmod 改变文件权限 chown 改变文件拥有者 chgrp 改变文件所属组 pwd 显示当前目录 cd 改变当前目录 mkdir 创建子目录 rmdir 删除子目录 mv 改变文件名 cp 文件拷贝 rm 文件删除 ln 建立文件联接 cat 连接显示文件内容 passwd 修改用户口令
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.04mb
    • 提供者:fly
  1. Change_passwd

    0下载:
  2. 在QT4.5开发环境中编写的一个修改密码程序,适用于修改密码功能。-QT4.5 development environment in the preparation of a modified password procedures, apply to modify the password function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2.44mb
    • 提供者:crystal923
  1. LinuxYonghuanquan

    0下载:
  2. Linux安全问题的详细解答,关于/etc/passwd的具体配置问题。-Linux security issues in detail, on the/etc/passwd specific configuration issues.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11.41kb
    • 提供者:peng
  1. 5examplesofLinux-c

    0下载:
  2. 简单的字符设备驱动程序mydriver.c、用mmap()来读取/etc/passwd 文件内容、mutex的使用实例、condition virable的使用实例、semaphore的使用实例-A simple character device driver mydriver.c, using mmap () to read/etc/passwd file content, mutex the use of examples, condition virable the use of exam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:8.31kb
    • 提供者:王超然
  1. Linux

    2下载:
  2. 在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:176.46kb
    • 提供者:
  1. LINUX

    0下载:
  2. 写一个脚本文件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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:21.4kb
    • 提供者:蒙蒙
  1. pp

    0下载:
  2. Unix课程作业。 使用fork(), exec(), dup2(), pipe() ,open()系统调用完成与下列shell命令等价的功能。 grep –v usr < /etc/passwd | wc –l > result.txt -An assignment in UNIX course. Using fork(), exec(), dup2(), pipe(), open() system calls to do the same function of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3.79kb
    • 提供者:kank
  1. linux-super_linker

    0下载:
  2. 本文档提供最全的linux技术文档链接,附带下载用户名密码等-this pdf provide full of linux techno-data super linker ,and provide user name and passwd
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:67.19kb
    • 提供者:wang
  1. tinylogin-1.4

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:158.83kb
    • 提供者:snow
  1. pexpect-2.3

    0下载:
  2. PYTHON的expect模块,类似TCL 的expect。-Pexpect is a Pure Python Expect-like module Pexpect makes Python a better tool for controlling other applications. Pexpect is a pure Python module for spawning child applications controlling them and respo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:205.97kb
    • 提供者:yyo
  1. chpasswd

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:1.02kb
    • 提供者:gangseizai
  1. svr-auth

    0下载:
  2. This file (auth.c) handles authentication requests, passing it to the particular type (auth-passwd, auth-pubkey).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-07
    • 文件大小:3.63kb
    • 提供者:youxeihue
  1. update_passwd

    0下载:
  2. update_passwd is a common function for passwd and chpasswd applets Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.99kb
    • 提供者:ninsoubong
  1. passwd

    0下载:
  2. password manager Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.32kb
    • 提供者:qenghepui
  1. new_shadow.tar

    0下载:
  2. 嵌入式linux系统中的用户口令一般使用了shadow机制,存放在/etc/shadow中的是经过哈希或加密后的口令值。为了方便生成或修改口令,参考busybox中的loginutils/passwd.c等文件,写了此程序。-A little program to generated encrypted password, using crypt().
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:10.07kb
    • 提供者:pengyongchao
  1. split

    0下载:
  2. Linux Device Driver: split passwd(passwds, passwd adjuncts, options).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:828byte
    • 提供者:xetunpg
  1. getpwaent

    0下载:
  2. save away the psswd field, which is the only one which can be specified in a local + entry to override the value in the NIS for passwd.adjunct.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.79kb
    • 提供者:twcbmao
  1. scheck

    0下载:
  2. Modify a field in the password file (either password, login shell, or gecos field). This program should be suid with an owner with write permission on etc passwd.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:13.84kb
    • 提供者:yxruizs
« 12 »
搜珍网 www.dssz.com