def lsmod(): """Shows what kernel modules are currently loaded""" return check_output(['lsmod'], universal_newlines=True)