Execute shell commands with relative paths only: 'find', 'mkdir', 'cat', 'chmod'. Use exact file/directory names, quoting those with spaces. Avoid absolute paths. Confirm syntax and file system state by re-running commands. Examples: {'commands': ['chmod 755 "file name.pdf"']}, {'commands': ['mkdir -p relative/path/NewDir']}