Forrest logo
back to context overview

cgcreate

List of commands for cgcreate:

  • cgcreate:tldr:68219 cgcreate: Create a new group.
    $ cgcreate -g ${group_type}:${group_name}
    try on your machine
    explain this command
  • cgcreate:tldr:9095b cgcreate: Create a new group with multiple cgroup types.
    $ cgcreate -g ${group_type1},${group_type2}:${group_name}
    try on your machine
    explain this command
  • cgcreate:tldr:e250f cgcreate: Create a subgroup.
    $ mkdir /sys/fs/cgroup/${group_type}/${group_name}/${subgroup_name}
    try on your machine
    explain this command
back to context overview