Linux Basics
Hey buddy i am using Linux as my OS . this notes containing the basics of linux commands , service , tools , configurations & many more.....
Linux Filesystem
β’ /bin # basic programs (ls, cd, cat, etc.)
β’ /sbin # system programs (fdisk, mkfs, sysctl, etc)
β’ /etc # configuration files like "paswd, shadow , hosts, crontab"
β’ /tmp # temporary files (typically deleted on boot)
β’ /usr/bin # applications (apt, ncat, nmap, etc.)
β’ /usr/share # application support and data files
Basic Linux Commands
Man page
Listing Files
Moving Around
Creating Directory
Finding Files in kali system
Managing kali Services
SSH Service
HTTP Service
Searching, Installing, and removing Tools
apt update
apt upgrade
apt-cache and apt show
apt install
apt-remove --purge
dpkg
misc commands
Searching, Installing, and Removing tools
Last updated