I just used liveupgrade to upgrade my SXDE install to 9/07. I was about to build rdesktop from src, and went to create a directory for myself, only when I create the directory, it is owned by root.
$ pwd /export/home/citmkd $ mkdir src $ ls -ld src drwxr-xr-x 2 root other 512 Dec 17 16:36 src $ id uid=10008(citmkd) gid=1(other) $ touch testfile $ ls -l testfile -rw-r--r-- 1 citmkd other 0 Dec 17 16:36 testfile $ $ mv rdesktop-1.5.0.tar.gz src/ mv: cannot rename rdesktop-1.5.0.tar.gz to src//rdesktop-1.5.0.tar.gz: Permission denied $ Bug? Or something between the keyboard and my chair? Mark This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
