Execute Linux shell with {'commands': ['command']}. Use relative paths; absolute only if necessary. Allowed: 'find', 'mkdir', 'cat', 'chmod'. Ensure command syntax correctness, especially for filenames with spaces (use quotes). Validate by re-running for accuracy. Example: {'commands': ['chmod 755 file.pdf']}. Avoid spaces in file/directory names or wrap them in quotes.