Location:
Search - unix chmod
Search list
Description: UNIX、LINUX 环境下,chmod 命令的C源代码-UNIX and LINUX environment, the chmod command of C source code
Platform: |
Size: 5097 |
Author: xw12345 |
Hits:
Description: Perl_CGI六天入门
第一天
1.1 Unix环境
1.2 chmod命令
1.3 定位Perl和sendmail
第二天
2.1 使用Emacs
2.2 Perl简介
2.3 HTML FORM
第三天
3.1 回应脚本
3.2 脚本解释
3.3 BODY部分
第四天
4.1 email子过程
4.2 写文件
4.3 建立log文件
第五天
5.1 留言板CGI代码
5.2 代码详解
5.3 读取log文件
第六天
6.1 设置口令
6.2 计数器
-Perl_CGI the first six days of entry Unix environment 1.1 1.2 1.3 chmod command position Perl and sendmail day use Emacs 2.2 2.1 Introduction 2.3 Perl FORM HTML scripts to respond to the third day 3.1 3.2 BODY script to explain some of the fourth day 3.3 4.1 4.2 email-writing process to establish 4.3 log file documents fifth bulletin board CGI 5.1 5.2 source code reader Elaborates on 5.3 785.4 6.1 log file set up passwords Counter 6.2
Platform: |
Size: 21801 |
Author: 刘筋东 |
Hits:
Description: 操作系统课程设计
要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。-courses on operating system design to complete the task of simulation unix operating system of file system function. In a terminal interface, users can like unix shell orders importation of certain orders importing ls show directory, change file permissions chmod, chown change who owns the file, chgrp Changes file group, chnam change the name, pwd shows the current directory, cd change the current directory, create directories mkdir, rmdir delete directory, mk founding documents, cp paper copy, delete the file rm, cat shows the contents of the documents, login switching users, passwd user password changes, and other functions. In the background, in order to achieve mixed-indexing structure of the document, including the use of idle nodes, stack management spare node and link the group mana
Platform: |
Size: 265549 |
Author: xlog |
Hits:
Description: 2003年最新的Zope版本。这个是它的源代码,可以在任意支持的平台上编译。需要Python2.1.*的支持。(我已经在UNIX上成功编译过了)编译方法:如果是做为独立的web服务器,只需要在命令行中输入python wo_pcgi.py就可以了;如果是要和其他服务器一起用,输入python w_pcgi.py,之后它就会自动编译。完成后./start就可以了。其中的var目录要把所有者设为root,Linux中要chmod o+t var,FreeBSD中应该是chmod 1000 var。Zope 是一个面向对象的服务器软件,它可以在所有Unix/Linux/Windows上运行,而且可以集成到其他流行的 Web 服务器。 Zope 采用 Python 语言编写,在性能敏感的部件上采用了 C 语言编写。目前有美国海军,美国航空与宇宙航天局,法国原子能研究会,Bank of America,北约组织官方网站,SGI,通用电气,上海电信,富兰克林大学,大连理工大学等使用它做Web应用。
Platform: |
Size: 2347004 |
Author: kingmax |
Hits:
Description: 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。
Platform: |
Size: 266001 |
Author: dufei |
Hits:
Description: 某大学的unix模拟实验试题要求,及样例源码,实现核心的数据结构和算法,只需在此基础上调用已编好的节点操作函数实现如passwd\\chmod等命令
Platform: |
Size: 381914 |
Author: fly |
Hits:
Description: UNIX、LINUX 环境下,chmod 命令的C源代码-UNIX and LINUX environment, the chmod command of C source code
Platform: |
Size: 5120 |
Author: xw12345 |
Hits:
Description: Perl_CGI六天入门
第一天
1.1 Unix环境
1.2 chmod命令
1.3 定位Perl和sendmail
第二天
2.1 使用Emacs
2.2 Perl简介
2.3 HTML FORM
第三天
3.1 回应脚本
3.2 脚本解释
3.3 BODY部分
第四天
4.1 email子过程
4.2 写文件
4.3 建立log文件
第五天
5.1 留言板CGI代码
5.2 代码详解
5.3 读取log文件
第六天
6.1 设置口令
6.2 计数器
-Perl_CGI the first six days of entry Unix environment 1.1 1.2 1.3 chmod command position Perl and sendmail day use Emacs 2.2 2.1 Introduction 2.3 Perl FORM HTML scripts to respond to the third day 3.1 3.2 BODY script to explain some of the fourth day 3.3 4.1 4.2 email-writing process to establish 4.3 log file documents fifth bulletin board CGI 5.1 5.2 source code reader Elaborates on 5.3 785.4 6.1 log file set up passwords Counter 6.2
Platform: |
Size: 21504 |
Author: 刘筋东 |
Hits:
Description: 操作系统课程设计
要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。-courses on operating system design to complete the task of simulation unix operating system of file system function. In a terminal interface, users can like unix shell orders importation of certain orders importing ls show directory, change file permissions chmod, chown change who owns the file, chgrp Changes file group, chnam change the name, pwd shows the current directory, cd change the current directory, create directories mkdir, rmdir delete directory, mk founding documents, cp paper copy, delete the file rm, cat shows the contents of the documents, login switching users, passwd user password changes, and other functions. In the background, in order to achieve mixed-indexing structure of the document, including the use of idle nodes, stack management spare node and link the group mana
Platform: |
Size: 265216 |
Author: xlog |
Hits:
Description: 2003年最新的Zope版本。这个是它的源代码,可以在任意支持的平台上编译。需要Python2.1.*的支持。(我已经在UNIX上成功编译过了)编译方法:如果是做为独立的web服务器,只需要在命令行中输入python wo_pcgi.py就可以了;如果是要和其他服务器一起用,输入python w_pcgi.py,之后它就会自动编译。完成后./start就可以了。其中的var目录要把所有者设为root,Linux中要chmod o+t var,FreeBSD中应该是chmod 1000 var。Zope 是一个面向对象的服务器软件,它可以在所有Unix/Linux/Windows上运行,而且可以集成到其他流行的 Web 服务器。 Zope 采用 Python 语言编写,在性能敏感的部件上采用了 C 语言编写。目前有美国海军,美国航空与宇宙航天局,法国原子能研究会,Bank of America,北约组织官方网站,SGI,通用电气,上海电信,富兰克林大学,大连理工大学等使用它做Web应用。
Platform: |
Size: 2347008 |
Author: kingmax |
Hits:
Description: 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。-Simulation of unix operating system file system functions, in a terminal interface as unix users, like the shell command to import some orders, such as the input file directory ls show, chmod to change file permissions, chown change file owner, chgrp to change the file belongs to group chnam change the file name, pwd show current directory, cd to change the current directory, mkdir to create directories, rmdir delete directory, mk create a file, cp file copy, rm to delete files, cat shows the contents of the documents, login to switch user, passwd modify user passwords and other functions . In the background, it is necessary to realize a mixed-type index file structure, including its stack node idle idle node management and group management links fat free disk blocks.
Platform: |
Size: 266240 |
Author: dufei |
Hits:
Description: 某大学的unix模拟实验试题要求,及样例源码,实现核心的数据结构和算法,只需在此基础上调用已编好的节点操作函数实现如passwd\chmod等命令-A university unix test simulation requirements, and sample source code to achieve the core data structures and algorithms, simply on this basis has been a good call function node operation passwdchmod such as command
Platform: |
Size: 381952 |
Author: fly |
Hits:
Description: 改变文件权限,主要是给学习unix下编程的朋友提供帮助-Change file permissions, and friends to learn under unix programming help
Platform: |
Size: 17408 |
Author: chen |
Hits: