003 File Manager
Current Path:
/usr/src/contrib/netbsd-tests/usr.sbin/mtree
usr
/
src
/
contrib
/
netbsd-tests
/
usr.sbin
/
mtree
/
📁
..
📄
d_convert.in
(732 B)
📄
d_convert_C.out
(321 B)
📄
d_convert_C_S.out
(321 B)
📄
d_convert_D.out
(321 B)
📄
d_convert_D_S.out
(321 B)
📄
d_merge.in
(1.1 KB)
📄
d_merge_C_M.out
(305 B)
📄
d_merge_C_M_S.out
(305 B)
📄
mtree_d_create.out
(1.42 KB)
📄
netbsd6_d_create.out
(1.42 KB)
📄
t_mtree.sh
(9.81 KB)
Editing: d_merge.in
# The last entry for any duplicate node should take precedence. . type=dir # directory "a" with only one entry, changing from dir to link ./a type=dir ./a/change-dir-to-link type=dir mode=0755 ./a/change-dir-to-link type=link mode=0755 # directory "b" with only one entry, changing from link to dir ./b type=dir ./b/change-link-to-dir type=link mode=0755 ./b/change-link-to-dir type=dir mode=0755 # directory "c" with multiple entries, one changing from dir to link ./c type=dir ./c/aaa type=file ./c/zzz type=file ./c/change-dir-to-link type=dir mode=0755 ./c/change-dir-to-link type=link mode=0755 # directory "d" with multiple entries, one changing from link to dir ./d type=dir ./d/aaa type=file ./d/zzz type=file ./d/change-link-to-dir type=link mode=0755 ./d/change-link-to-dir type=dir mode=0755
Upload File
Create Folder