search for: file_test1

Displaying 1 result from an estimated 1 matches for "file_test1".

Did you mean: file_test
2010 May 28
2
setuids mount option broke
...set the ownership. Note the "Permission denied" error below, after the file was successfully created: root at cst5:/testhome# mkdir test root at cst5:/testhome# chmod 777 test root at cst5:/testhome# su - ubuntu ubuntu at cst5:~$ cd /testhome/test/ ubuntu at cst5:/testhome/test$ touch file_test1.txt touch: cannot touch `file_test1.txt': Permission denied ubuntu at cst5:/testhome/test$ mkdir dir_test1.d ubuntu at cst5:/testhome/test$ ls -la total 0 drwxrwxrwx 3 root root 0 2010-05-28 12:58 . drwxr-xr-x 7 root root 0 2010-05-28 12:57 .. drwxr-xr-x 2 root root 0 2010-05-28 12:58 dir_test1...