Displaying 1 result from an estimated 1 matches for "dir_test1".
2010 May 28
2
setuids mount option broke
...d:
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.d
-rw-r--r-- 1 root root 0 2010-05-28 12:58 file_test1.txt
ubuntu at cst5:/testhome/test$
The "Permi...