linuxΒΆ
- linux.exec_local(cmd):
not documented yet
- linux.exec_ssh(cmd, con, **kwargs):
not documented yet
- linux.file_get(src, dst, con, **kwargs):
not documented yet
- linux.file_put(src, dst, con, **kwargs):
not documented yet
- linux.mod_line_in_file(filename, regex, new_line, con, **kwargs):
not documented yet
- linux.read_file(filename, con=False, **kwargs):
not documented yet
- linux.run(cmd, con=False, **kwargs):
not documented yet
- linux.write_file(content, filename, con, **kwargs):
not documented yet