Error while installing Trixi.jl

  • r means read
  • w means write

This a directory, however, so we need the x permission which let’s access the contents of the directory.

The expected result should be drwx------.

There are two possible commands here to set the x permission on the folder.

chmod u+x /home/devansh/.ssh

OR

chmod 700 /home/devansh/.ssh
3 Likes