Displaying 2 results from an estimated 2 matches for "directorytree".
2001 Jul 20
0
read/write problem
hello everybody,
i have the following problem :
i use suse linux 7.2 (kernel 2.4.4-4GB) and WINE release 20010326. I can
start my Windows-Apps, und access the directorytree, but i can not read,
write nor create a new file - so my work is nothing worth, if i can't save
it... it is my home-dir, so i shoud have enought rights on it.
thanks for any help in advance,
P. Gfeller
2011 Mar 22
25
RFC: Splitting up the file{} type functionality.
The file{} type can do all of the following:
* manage single files
* manage directories
* manage symlinks
* manage recursive file copies
The intersection of all these bits of functionality makes it difficult
to understand exactly what is going on when you''re new to Puppet, and
even experienced users often don''t know how combining symlinks/content
management is going to work.