Forrest logo
back to context overview

homectl

List of commands for homectl:

  • homectl:tldr:0bee5 homectl: List user accounts and their associated home directories.
    $ homectl list
    try on your machine
    explain this command
  • homectl:tldr:525ef homectl: Change the disk space assigned to a specific home directory to 100 GiB.
    $ sudo homectl resize ${username} ${100G}
    try on your machine
    explain this command
  • homectl:tldr:53231 homectl: Display help.
    $ homectl --help
    try on your machine
    explain this command
  • homectl:tldr:65756 homectl: Change the password for a specific user.
    $ sudo homectl passwd ${username}
    try on your machine
    explain this command
  • homectl:tldr:7d2b0 homectl: Lock or unlock a specific home directory.
    $ sudo homectl ${select} ${username}
    try on your machine
    explain this command
  • homectl:tldr:9b388 homectl: Create a user account and their associated home directory.
    $ sudo homectl create ${username}
    try on your machine
    explain this command
  • homectl:tldr:9e28f homectl: Remove a specific user and the associated home directory.
    $ sudo homectl remove ${username}
    try on your machine
    explain this command
back to context overview