Perl_CGI六天入門 第一天 1.1 Unix環(huán)境 1.2 chmod命令 1.3 定位Perl和sendmail 第二天 2.1 使用Emacs 2.2 Perl簡(jiǎn)介 2.3 HTML FORM 第三天 3.1 回應(yīng)腳本 3.2 腳本解釋 3.3 BODY部分 第四天 4.1 email子過(guò)程 4.2 寫(xiě)文件 4.3 建立log文件 第五天 5.1 留言板CGI代碼 5.2 代碼詳解 5.3 讀取log文件 第六天 6.1 設(shè)置口令 6.2 計(jì)數(shù)器
標(biāo)簽: Perl_CGI sendmail Emacs chmod
上傳時(shí)間: 2015-05-20
上傳用戶:小儒尼尼奧
Linux chmod related materials
標(biāo)簽: materials related Linux chmod
上傳時(shí)間: 2016-02-23
上傳用戶:784533221
實(shí)現(xiàn)功能(以下命令全部了小寫(xiě)) ls 顯示文件目錄 chmod 改變文件權(quán)限 chown 改變文件擁有者 chgrp 改變文件所屬組 pwd 顯示當(dāng)前目錄 cd 改變當(dāng)前目錄 mkdir 創(chuàng)建子目錄 rmdir 刪除子目錄 mv 改變文件名 cp 文件拷貝 rm 文件刪除 ln 建立文件聯(lián)接 cat 連接顯示文件內(nèi)容 passwd 修改用戶口令
標(biāo)簽: chmod chgrp chown 改變
上傳時(shí)間: 2013-12-14
上傳用戶:change0329
UNIX、LINUX 環(huán)境下,chmod 命令的C源代碼
上傳時(shí)間: 2015-05-17
上傳用戶:1051290259
操作系統(tǒng)課程設(shè)計(jì) 要完成的任務(wù)是模擬unix操作系統(tǒng)中的文件系統(tǒng)功能。在終端界面上用戶可以象unix的shell命令一樣輸入一些命令,如輸入ls 顯示文件目錄,chmod改變文件權(quán)限,chown改變文件擁有者,chgrp改變文件所屬組,chnam改變文件名,pwd顯示當(dāng)前目錄,cd改變當(dāng)前目錄,mkdir創(chuàng)建目錄,rmdir刪除目錄,mk創(chuàng)建文件 ,cp文件拷貝,rm刪除文件,cat顯示文件內(nèi)容,login切換用戶,passwd修改用戶口令 等功能。在后臺(tái),要實(shí)現(xiàn)混合索引式文件結(jié)構(gòu),包括用空閑結(jié)點(diǎn)號(hào)棧管理空閑結(jié)點(diǎn)和成組鏈接發(fā)管理空閑盤塊。
標(biāo)簽: unix shell 操作系統(tǒng) 命令
上傳時(shí)間: 2013-12-21
上傳用戶:comua
學(xué)會(huì)對(duì)文件的記錄鎖定,及解鎖。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) printf("Inpute your ID :") scanf("%d", &myrec.ID) printf("Input your age :") scanf("%d", &myrec.age) lseek(fd, 0,SEEK_END) lockf(fd, 1, 0) write(fd, (void *)&myrec, sizeof(myrec)) lockf(fd, 0 ,0) return 0 } 執(zhí)行命令cc lock.c –o lock.out chmod +x lock.out ./lock.out
標(biāo)簽: 記錄
上傳時(shí)間: 2016-01-04
上傳用戶:亞亞娟娟123
Linux命令大全,包括:cat、 cd 、chmod 、chown、cp、cut 、 find 、less、ln 、locate、 ls 、more 等命令的詳細(xì)用法
上傳時(shí)間: 2016-01-26
上傳用戶:gaome
模擬unix操作系統(tǒng)中的文件系統(tǒng)功能,在終端界面上用戶可以象unix的shell命令一樣輸入一些命令,如輸入ls 顯示文件目錄,chmod改變文件權(quán)限,chown改變文件擁有者,chgrp改變文件所屬組,chnam改變文件名,pwd顯示當(dāng)前目錄,cd改變當(dāng)前目錄,mkdir創(chuàng)建目錄,rmdir刪除目錄,mk創(chuàng)建文件 ,cp文件拷貝,rm刪除文件,cat顯示文件內(nèi)容,login切換用戶,passwd修改用戶口令 等功能。在后臺(tái),要實(shí)現(xiàn)混合索引式文件結(jié)構(gòu),包括用空閑結(jié)點(diǎn)號(hào)棧管理空閑結(jié)點(diǎn)和成組鏈接發(fā)管理空閑盤塊。
標(biāo)簽: unix 模擬 操作系統(tǒng) 文件系統(tǒng)
上傳時(shí)間: 2013-12-13
上傳用戶:13681659100
某大學(xué)的unix模擬實(shí)驗(yàn)試題要求,及樣例源碼,實(shí)現(xiàn)核心的數(shù)據(jù)結(jié)構(gòu)和算法,只需在此基礎(chǔ)上調(diào)用已編好的節(jié)點(diǎn)操作函數(shù)實(shí)現(xiàn)如passwd\chmod等命令
標(biāo)簽: unix 大學(xué) 模擬實(shí)驗(yàn) 試題
上傳時(shí)間: 2016-08-26
上傳用戶:chfanjiang
un the configuration script ---------------------------- In the CGIs directory there is a configure.s and a configure.bat file. Run this file after you ve moved the CGIs directory to it s desired location. The configure script will create a file nammed apache.conf. Append this file the the httpd.conf file. LINUX: [prompt]$ ./configure.s [prompt]$ cat apache.conf >> /etc/httpd/conf/httpd.conf Note: you may need to set the executable flag on the script chmod 755 configure.s WINDOWS: prompt> configure.bat Copy the contents of apache.conf to httpd.conf
標(biāo)簽: configuration the directory config
上傳時(shí)間: 2014-01-25
上傳用戶:heart520beat
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1