| | How to change user of a file or directory? Is it possible for admin? The problem at hand can be summarized something like this. Say there is a directory and there are files in them: dir1 +---file1 +---file2 dir2 +---file3 +---file4 dir1, file1, and file2 is owned by 'userx'. dir2, file3, and file4 is owned by 'usery'. Is it possible for 'userx' to change the ownership of dir2, file3, file4 to his own? OR Is is possible for 'usery' to change the ownership of dir2, file3, file4 to 'userx'? OR Is is possible for admin to change the ownership of dir2, file3, file4 to 'userx'? If there is any possibility, could you please give me those commands, and any links to the documentation? |

