Quote:
Originally Posted by phil66
PCLOS 2007
Downloaded file to home/documents
When I try to move the file using menu when I get at the usr menu and try to scroll down to share a file ahead of share open randomly
Have tried numerous times with same results
Please help
|
you might want to check the priviledges of the file...
you might not have permision to move or manipulate the file...
run commnad
$ls -l
un the directory where the files reside. if you see the file has
-rwxrwxrwx
the file has three groups, (disregard the "-" character
the first three are the permisions for the owner of the file. So if it says
rwx then the owner can read write and execute the file. If he only had read then it would be
r--
then the second group is the people of the group and the last three is
for everybody else(all other users)