Posts

Showing posts with the label essential debian commands

50+ essential and practical commands of debian | linux commands cheat sheet

Image
50+ essential and practical commands of Debian | Linux Commands Cheat Sheet Here, we’ve listed over 50 essential and practical commands for Debian-based Linux terminals. This post is designed to help those who are learning Linux or anyone who may have forgotten a command. linux system commands shutdown  now turn off     reboot restart     date print date     lshw hardware information list   systemctl [status, start, restart, stop, enable, disable] service manage services   uptime print uptime   useradd [username] create a new account   passwd [username] add or change password   userdel [username] remove a user   su [username] switch user   sudo [command] run command as root   who  print current username linux package management by apt apt search [package] find packages by name   apt install [package] installing a package   apt reinstall [package] reinstalling a package   apt remove [packa...