in reply to Re^2: [OT] Tar file with non-identical duplicate files and no paths?(A solution)
in thread [OT] Tar file with non-identical duplicate files and no paths?
# a file and its filename are different! # permissions are on files, not filenames => control of filenames is l +eft up to the directory # directories contain filenames (not files!), that themselves refer to + files file readable # may examine file contents file writable # may alter file contents file xecutable # may run file contents directory readable # may examine directory contents (list filename +s in directory) directory writable # may alter directory contents (remove or ren +ame filenames) directory xecutable # may use directory as component in pathnam +es or chdir to that directory # a read-only file is only protecting data (not its filename) from bei +ng changed
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: [OT] Tar file with non-identical duplicate files and no paths?(A solution)
by BrowserUk (Patriarch) on Sep 13, 2008 at 21:52 UTC | |
by repellent (Priest) on Sep 13, 2008 at 22:27 UTC | |
by BrowserUk (Patriarch) on Sep 14, 2008 at 02:40 UTC | |
by repellent (Priest) on Sep 14, 2008 at 04:14 UTC | |
by BrowserUk (Patriarch) on Sep 14, 2008 at 04:31 UTC | |
|