#linux-basics
Read more stories on Hashnode
Articles with this tag
df Command Cheatsheet The df command in Unix-like systems is used to display information about disk space usage. It provides details on disk space...
service Command Cheatsheet The service command in Unix-like systems is used to control services (daemons) that run in the background. It allows...
unzip Command Cheatsheet The unzip command is used to extract files from a ZIP archive. It’s a commonly used utility for decompressing ZIP files in...
cmp Command Cheatsheet The cmp command in Unix-like systems is used to compare two files byte by byte. It is useful for finding the first difference...
diff Command Cheatsheet The diff command in Unix-like systems is used to compare two files line by line and display the differences between them....
tail Command Cheatsheet The tail command in Unix-like operating systems is used to display the last part of a file. Here’s a quick reference...