Posts

Showing posts with the label Terminal

Linux Commands

  Linux is only free if your time has no value - Anonyms whoami :    Displays current username. id : Returns user's identity hostname : Sets or prints the name of the current host system. uname :  Prints operating system name. pwd : Returns working directory name. ifconfig : The ifconfig utility is used to assign or to view an address to a network interface and/or configure network interface parameters. ip : Ip is a utility to show or manipulate routing, network devices, interfaces, and tunnels. netstat:  Shows network status. ss : Another utility to investigate sockets. ps: Shows process status. who: Displays who is logged in. env:  Prints environment or sets and executes the command. lsblk : Lists block devices. lsusb:  Lists USB devices lsof:  Lists opened files. lspci:  Lists PCI devices. ssh : Secure Shell (SSH) refers to a protocol that allows clients to access and execute commands or actions on a remote computer. On Linux-based ...