(lxc_file.md)= # `lxc file` Manage files in instances ## Synopsis Description: Manage files in instances ``` lxc file [flags] ``` ## Options inherited from parent commands ``` --debug Show all debug messages --force-local Force using the local unix socket -h, --help Print help --project Override the source project -q, --quiet Don't show progress information --sub-commands Use with help or --help to view sub-commands -v, --verbose Show all information messages --version Print version number ``` ## SEE ALSO * [lxc](lxc.md) - Command line client for LXD * [lxc file delete](lxc_file_delete.md) - Delete files in instances * [lxc file edit](lxc_file_edit.md) - Edit files in instances * [lxc file mount](lxc_file_mount.md) - Mount files from instances * [lxc file pull](lxc_file_pull.md) - Pull files from instances * [lxc file push](lxc_file_push.md) - Push files into instances ```{toctree} :titlesonly: :glob: :hidden: file/* ```