Display IP address
Jun 15,91One of the ways to display the IP address in Raspbian is by running the ifconfig command. This command can also …
Read MoreCreate and extract archives
Jun 14,91The tar (short for tape archive) command is used to create an archive by combining files and directories into a single file. …
Read MoreList processes in real-time
Jun 14,91Like the ps command, the top command is used to list processes currently running on your system. But top has …
Read MoreList running processes
Jun 11,91A process is an instance of a running program. When you run a command in the terminal, a program is run …
Read MoreDisplay last lines of a text file
Jun 11,91The tail command is used to display (by default) the last 10 lines of a text file. It is useful …
Read MoreSearch for files
Jun 11,91The find command is used to search for files in the directory tree starting from the specified location. It is …
Read More