RHrenan hafsarinlinux-notes.hashnode.dev·5d ago · 5 min readDisk UsageAlong the time, a directory can be occupied by many files and you need to know how much space is left either in byte or percentage. There are many ways to do so. See in detail See the summary of disk 00
RHrenan hafsarinlinux-notes.hashnode.dev·May 15 · 25 min readgrep and find Commands in LinuxBoth commands sometimes are confusing because they can be used to "search" something. However, they behave differently. Command Searches for Example question find Filenames, directories, file ty00
RHrenan hafsarinlinux-notes.hashnode.dev·May 15 · 1 min readBackslash Functions in LinuxEven though Linux normally uses slash (/) in the command and file path as in this article, Linux users need to use backslash (\) in some circumstances. Line continuation echo hello \ world is basical00
RHrenan hafsarinlinux-notes.hashnode.dev·May 14 · 9 min readls Command in LinuxAfter you understand the cd command here, you also need to understand the ls command. It stands for list and is basically to show the list of contents in a directory. For further usage, it can be cust00
RHrenan hafsarinlinux-notes.hashnode.dev·May 13 · 5 min readWorking with Path and cd CommandThe very first basic Linux command to understand is the cd command. We use it to move to a directory. Think of a directory like a folder in Windows. However, before we go further into the cd command, 00