#cheat-sheet
Read more stories on Hashnode
Articles with this tag
chown Command Cheatsheet The chown command in Unix-like systems is used to change the ownership of files and directories. It allows users to transfer...
chmod Command Cheatsheet The chmod command in Unix-like systems is used to change permissions (mode) of files and directories. It allows users to...
umount Command Cheatsheet The umount command in Unix-like systems is used to unmount filesystems and network shares from the directory tree. It is...
mount Command Cheatsheet The mount command in Unix-like systems is used to mount filesystems and network shares onto the directory tree. It is...
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...
kill Command Cheatsheet The kill command in Unix-like systems is used to terminate processes by sending signals to them. It allows users to manage and...