linux =============================================== .. toctree:: :maxdepth: 1 linux.disk.rst linux.file.rst linux.fs.rst linux.gluster.rst linux.systemctl.rst .. py:function:: linux.exec_local(cmd): not documented yet .. py:function:: linux.exec_ssh(cmd, con, **kwargs): not documented yet .. py:function:: linux.file_get(src, dst, con, **kwargs): not documented yet .. py:function:: linux.file_put(src, dst, con, **kwargs): not documented yet .. py:function:: linux.mod_line_in_file(filename, regex, new_line, con, **kwargs): not documented yet .. py:function:: linux.read_file(filename, con=False, **kwargs): not documented yet .. py:function:: linux.run(cmd, con=False, **kwargs): not documented yet .. py:function:: linux.write_file(content, filename, con, **kwargs): not documented yet