
Satoshi Nakamoto
9 posts published

pwd command in Linux
Start your Linux command journey with the simplest of them all; pwd.
ยท Satoshi Nakamoto

Understanding File Descriptors in Linux
Understand file descriptors, an essential core concept of Linux.
ยท Satoshi Nakamoto

How to Use Associative Arrays in Bash
Use key value pairs with the associative array feature in Bash. Learn to use it with practical examples.
ยท Satoshi Nakamoto

Check if Array is Empty in Bash
Here are two methods to check if an array is empty in bash. You check if array size is zero or you check if all the elements of the array form an empty string.
ยท Satoshi Nakamoto

Removing Flatpak Packages
Learn how to see installed Fltapak packages, remove them and clean up after the removal.
ยท Satoshi Nakamoto

killall Command Examples
The killall command helps you kill all the running instances of a process.
ยท Satoshi Nakamoto

umount Command in Linux
Learn some practical examples of using umount command to unmount the mounted disk partitions in Linux command line.
ยท Satoshi Nakamoto

pkill command in Linux
Learn various ways of using the pkill command to terminate a process by its name.
ยท Satoshi Nakamoto

w Command Examples
Probably the shortest command in Linux ecosystem, w gives you quick list of logged-in users.
ยท Satoshi Nakamoto