Q: what is the cli cmd to know the path of the cursor in terminal A: The command is: bash which cursor Or if you want the full resolved path including symlinks: bash readlink -f $which cursor which cursor will output the path where the cursor binary is located e.g., /usr/bin/cursor or /usr/local/bin/cursor.