head | Display the first few lines of a file or input |
tail | Display the last few lines of a file or input |
cut | Extract specific portion from each row of a file or input |
grep | Filters rows having a specified pattern in a file or input |
sed | Stream editor used to find, replace and delete patterns in a file |
awk | Pattern search and processing language |
less | A pager that displays text files with scroll |
cat | Displays a file |
xargs | Converts input from stdin into arguments for a command |
sort | Sorts a file or input |
pwd | Print current working directory |
ls | list files and folders in a directory |
echo | Print a message to stdout |
man | Show a commands manual |
history | Show command history |
clear | Clear command console |
netstat | Show system’s network info (routing & sockets) |
ifconfig | Show system’s network interface config |
wget | Download files from a URL |
ping | Send a connection request to a server, used to check network connectivity |
shutdown | Shutdown system |
ps | List running processes |
pkill | Kill a running process |
systemctl | Manage system services |
time | Calculate command execution time |
uname | Print info of the system kernel |
chmod | Change permissions of a file |
chown | Change ownership of a file |
cd | Change working directory |
mv | Move files |
cp | Copy files |
rm | Delete files |
mkdir | Makes a new directory |
rmdir | Deletes an empty directory |
touch | Creates a new file |
sudo | Runs a command as a superuser |
xdg-open | Open file or URL using the default application |
count | Returns row count |
whoami | Print current user |