If you're new to Kali Linux or just starting to explore the Linux terminal, then this guide is for you. In this GitHub repo, I’m sharing 25 easy and useful kali linux commands that every beginner should learn.
Here is a list of 25 Kali Linux commands for new users to use kali linux comfortably and easily:
ls: Shows files and folders present in the current directory.pwd: Shows the current working directory path.cd: Changes the directory/folder.mkdir: Creates a new folder.rm: Deletes a file.rmdir: Deletes an empty folder.touch: Creates a new empty file.cat: Displays the content of a file.clear: Clears the terminal screen.ifconfig: Shows your IP address and network info.ping: Checks your internet connection to a server.apt update: Updates the package list.apt upgrade: Upgrades installed packages.whoami: Shows the current logged-in user.uname -a: Displays system info (Linux version, etc.).history: Shows list of commands you've typed before.cp: Copies files or folders.mv: Moves or renames files or folders.df -h: Shows disk/storage usage in human-readable format.top: Shows running processes in real time.ps: Lists running processes in simple format.kill [PID]: Stops a running process by its ID.chmod: Changes file permission (read, write, execute).chown: Changes file or folder ownership.exit: Closes the terminal or logs out from session.
These 25 Basic Kali Linux commands will help you to manage files, check your system info, control permissions, and even test your internet connection
https://www.achik.us/kali-linux-terminal-commands-for-beginners
