walk - descend a directory hierarchy — Inferno 1ed
walk - descend a directory hierarchy
Twalk tag [2] fid [2] name [28] Rwalk tag [2] fid [2] qid [8]
Description
The walk request looks for the file name in the directory represented by fid.For the walk to succeed, the file identified by fid must be a directory and the implied user of the request must have permission to search the directory. (See Inferno Communications Protocol, Styx ).
After a successful walk, fid represents the specified file. The qid for the new file is returned with the walk reply message.
Entry Points
The chdir system call causes a walk. See Also
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.