# lxc-ls > List Linux containers. > More information: . - List active containers (including frozen and running): `lxc-ls --active` - List only frozen containers: `lxc-ls --frozen` - List only stopped containers: `lxc-ls --stopped` - List containers in a fancy, column-based output: `lxc-ls --fancy`