> i want to use path which starts with user home `~'. > how to do it? There is global variable PATH in *nix (at least linix), so you can change it to your likings. $PATH will print current path, and PATH=.... By writing this you can change path Arturas Moskvinas P.S.: the best thing to do is to use chroot.