#linux-commands
Read more stories on Hashnode
Articles with this tag
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...
service Command Cheatsheet The service command in Unix-like systems is used to control services (daemons) that run in the background. It allows...