This file is indexed.

/usr/bin/ipcontroller3 is in ipython3 2.4.1-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
#!/usr/bin/env python3
# This script was automatically generated by setup.py
if __name__ == '__main__':
    from IPython.parallel.apps.ipcontrollerapp import launch_new_instance
    launch_new_instance()