drew.neely
drew.neely

Reputation: 126

Using RSUB on a machine through SSH with limited permissions

I'm trying to use rsub and Sublime 3 to edit files on a remote machine following the instructions posted in the top response of THIS stack overflow post. However, the machine I am using I do not have permissions to edit anything but my home directory. So I cannot install rsub anywhere but in my home directory and I cannot edit the Path. Presently I get the following error message when trying to open a file with it:

rsub: command not found

Is there a way to run the commands without these permissions?

Thanks in advance!

Upvotes: 2

Views: 687

Answers (1)

drew.neely
drew.neely

Reputation: 126

I ended up figuring it out. Rather than installing it in the directory the tutorial recommended that I did not have access to, I installed it in a bin directory I created in my home directory and changed the permissions in that directory.

Upvotes: 2

Related Questions