昨天和同事吹水,佢話:「五、六千蚊買部哎瘋o黎睇戲?唔好玩啦,夠買部Netbook有找啦。」
於是我諗,如果大家已經擁有Netbook或者正打算又又或者極有可能買部Netbook,買了回來,你主要又會有甚麼用途呢?
對於我來說,有兩個主要原
昨天和同事吹水,佢話:「五、六千蚊買部哎瘋o黎睇戲?唔好玩啦,夠買部Netbook有找啦。」
於是我諗,如果大家已經擁有Netbook或者正打算又又或者極有可能買部Netbook,買了回來,你主要又會有甚麼用途呢?
對於我來說,有兩個主要原

There is a certain habit in shell scripts of referring to uncommonprograms by their absolute path; for example, if you need to run lsof ,people will write ' /usr/sbin/lsof .... ' in their shell script. Wedo a certain amount of that here, and then recently one of our shellscripts started reporting:
netwatch: line 15: /usr/sbin/lsof: No such file or directory
You see, you shouldn't do this, because every so often
Roughly speaking, there's two sorts of access restrictions that an NFSserver can put on a client: what filesystems the client can access,and what directories in the filesystems the client can access (this isnecessary when you export a subdirectory in the filesystem, instead ofthe whole filesystem).
(This ignores just firewalling off the client entirely. The NFS servercode generally doesn't have any special handling for this, because fromits perspective, not allowing someone to talk at all is functionallyidentical to not
In the beginning, NFS servers had no access restrictions. No, really.
In the early versions of NFS, the kernel NFS code had no access checks;if you had a valid filehandle , the kernelwas happy to talk to you, regardless of who you were. What NFS accessrestrictions existed were all done during the NFS mount process ; if you were not authorized to mount the particular thingyou were asking for, mountd would not give you a filehandle forit. This was, of course, secure only
Now that we know what goes on in NFS mounts , wecan see that there are any number of moving parts that can go wrong: