# Juno: Permission denied

**URL:** https://discourse.julialang.org/t/juno-permission-denied/16941
**Category:** Juno
**Created:** [October 29, 2018, 10:36pm UTC](https://discourse.julialang.org/t/juno-permission-denied/16941 "2018-10-29T22:36:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jnn](https://avatars.discourse-cdn.com/v4/letter/j/b3f665/32.png) [@jnn](https://discourse.julialang.org/u/jnn)
#### Post date: [October 29, 2018, 10:36pm UTC](https://discourse.julialang.org/t/juno-permission-denied/16941/1 "2018-10-29T22:36:47Z")

</div>

Hi!  
I installed Atom on my Xubuntu 18.04 system and the uber-juno package as well.  
When I try to launch Julia via the Menu entry I get a permission denied error message:

![permissiondenied](https://global.discourse-cdn.com/julialang/original/3X/7/b/7b62e5872048937806b23a01773761f683876ad0.png)

The file is in my path so I can start Julia from the terminal.  
Also read+write should work:  
 ![permissions](https://global.discourse-cdn.com/julialang/original/3X/0/4/04d88ee9337b8ed367a2799c5c75ac87394a6bb8.png)

I already reinstalled Atom but this did not work.  
Any help is much appreciated.

Cheers  
Jan

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [October 30, 2018, 9:48am UTC](https://discourse.julialang.org/t/juno-permission-denied/16941/2 "2018-10-30T09:48:03Z")

</div>

You actually have to specify the path to an executable, so e.g. `/home/jnn/.julia/bin/julia`. In general, make sure you can open a terminal and type in the exact path you give julia-client.

---

<div class="post-metadata">

### Author: ![jnn](https://avatars.discourse-cdn.com/v4/letter/j/b3f665/32.png) [@jnn](https://discourse.julialang.org/u/jnn)
#### Post date: [October 31, 2018, 6:50pm UTC](https://discourse.julialang.org/t/juno-permission-denied/16941/3 "2018-10-31T18:50:41Z")

</div>

Thanks! I did not add /julia at the end of the path. This fixed it!
