The command you provided, "sudo pmset -a disablesleep 1," is a Unix command for macOS that uses the "pmset" utility to modify power management settings. Specifically, it sets the "disablesleep" parameter to 1, which means that sleep mode is disabled.
sudo pmset -a disablesleep 1