read-me
来自「ftam等标准协议服务器和客户端的源代码。」· 代码 · 共 55 行
TXT
55 行
This directory contains files to help you set up a public-access directoryservice on an X29 address.It assumes the use of x29d, the public-domain X29 listner available fromCambridge University, UK. For details, mail info-server@cl.cam.ac.ukwith the following message:Request: catalogueTopic: x25dRequest: endIt may be possible to mount a similar service using other X29 listnersor even by using telnet on IP networks to call a special port. Neitheroption has been tested at Brunel.Setting up the service:Make a directory to hold the files. This should be in a stable part oflocal filestore. At Brunel we use /usr/local/lib/public-widget.Copy the script 'startup' to the new directory, and also copy 'LOGIN' to.login in the same directory.Edit 'startup' to give appropriate prompts and messages.If you do not have X installed, you will need to delete the referenceto 'xterm'.Choose the UID and GID that the service will run under.Neither should be used for other purposes.We use numbers in the 9000 range at Brunel. The disadvantage of high numbersis that some system logfiles suddenly grow, so choose lower numbers ifpossible. On UK Pilot machines, very few UIDs are used, so numbers around70 would be appropriate.Create a user in /etc/passwd with the appropriate UID and GID. e.g.x500x29:*:70:70:Public X500 service:/usr/local/lib/public-widget:/bin/cshThis is more for reference than anything else. Nobody will be using thisname to log in.Add a line to your x29-auth file similar to the one in x29-auth here.Choose and appropriate X29 address for the service, and make sure thatyour x29d is listening on that address.Create the logfile and make it writable by the chosen UID.Make sure that the other files and the directory itself are NOT writableby that UID (e.g. have 'root' own them and do: chmod -w * . .loginin that directory.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?