Displaying 1 result from an estimated 1 matches for "rstest1".
Did you mean:
stest1
2010 Jul 23
1
Problem backing up read-only files
...ssion.
To demonstrate this, I created an 'rstest' directory under my Cygwin
home directory and created in it two files, one with default
permissions and the other without write permissions.
bash-3.2$ mkdir rstest
bash-3.2$ cd rstest
bash-3.2$ echo "hello, world" > rstest1.txt
bash-3.2$ echo "hello, world" > rstest2.txt
bash-3.2$ chmod -w rstest1.txt
bash-3.2$ ll
total 2
-r--r--r-- 1 Gary Johnson None 13 Jul 22 17:02 rstest1.txt
-rw-r--r-- 1 Gary Johnson None 13 Jul 22 17:02 rstest2.txt
On the Media Vault, I created another '...