How can I setup bash so that if I do su user1 I will actually be logged as that user? So if I try to access folders, it will be under that user's permissions. It works if I do su - to go as root, but what if I want to go as another user? When I try, it still tries to use the permissions of the original user. So I SSH in as sshuser and go su ryan but it still tries to use sshuser's permissions if I try to write in a folder owned by ryan, for example.