Linux Commands Useful

Average size of files

Count files in directory

 

 

Login using SSH

Remove host from ssh known hosts (when server changes, but IP stays the same)

Key must have read only rights

 

Controling console

Exit any program in console using CTRL+C command

move to directory

Tab button gives you auto-complete

Move back one dir

Your home directory

Make directory

Delete directory

 

Get my public IP address

 

 

Installing programs

Install programs in Debian/Ubuntu using apt / apt-get package manager (replace PACKAGE_NAME)

If program not available in package managers download using wget and install manually.

chmod gives execution rights, sudo means - execute as administrator

 

Making bash scripts executable / readable

Rxecutable

Readable by all users

get chomd settings from file

 

Process management

htop - Activity monitor, also can kill programs with F9 , then 9

Which process use most CPU

Which processes use most Memory

 

 

Find parent Process ID (to find correct screen)

 

CPU temperature

then

 

 

htop for network net monitor firewall linux

GPU usage

nvidia-smi shows GPU usage and memory usage

Firewall

 

See all open ports and which programs are using

Checking what ports are listnening

 

Test specific port

 

Debug incoming requests HTTP netcat

 

Test open ports

 

Speedtest

 

crontab - automation

Edit tasks

Format

Log output to file

 

Global crontab (with user names admin )

Restart

Logs

 

List all services

 

 

Chmod

Alternative way!

plus means add rights

minus means remove rights

 

Add folder write/read rights for all users

Remove folder write/read rights for all users

Make SH file executable

 

List files in directory

 

 

https://www.tecmint.com/sort-ls-output-by-last-modified-date-and-time/

List current directory

Find file

https://www.geeksforgeeks.org/find-command-in-linux-with-examples/

Find text in files

https://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-examples/

Kill process

 

Zip a folder

Compression level 0-9

 

Find location of some app in global path

 

Find location of binary

 

Create

Will result in /path/destination/folder_or_file

Find source

 

 

Linux Screen

create with name screen -S newname

List screens: screen -ls

Attach to existing screen -rd newname

Detach from screen ctrl+a => d

Kill screen ctrl+a => k

Rename screen

screen -S <session-id> -X sessionname <new-name>

Kill screen by name

Alias command in .bashrc

 

Scroll mode

CleanShot 2025-03-06 at 10.53.09

Screen shortcuts

CleanShot 2025-03-06 at 10.52.56

Send commands to screen:

Alternative to Linux screens - tmux https://superuser.com/questions/236158/tmux-vs-screen

 

Format file system

 

 

Unarchive tar.gz format tar gz

 

Archive

 

Count files ls in directory

 

List of running services

 

Current directory

 


http://share.yellowrobot.xyz/quick/2022-9-5-DF70FF8D-C119-4746-BC69-17E78082B14F.html

 

Bash extract JSON values

image-20220914185711103

 

Disk space analyzers (Space Sniffer)

ncdu

 

Linux distribution identify

 

tmux screen manager

ctrl+b then : activates commands

https://tmuxcheatsheet.com

:kill-session

 

 

Common services

 

 

 

Adding user with directory

 

Setting password

🔴 Even accounts that you login only using key must have password

 

 

Remove user from group

 

Folder to specific group

 

Adding to user group

 

 

Generate key

 

 

 

Adding new users Creating new user

linux create new user group and add user to group

 

list users in group

 

linux folder owned by group