sangkrit

What are the different directories for?

Briefly, There are five file systems in Linux. These filesystems can be on a single hard drive or may be on external one. It depends on the size and need of your machine. Different physical devices may also have one-single filesystem. It can be distributed among different devices. The root “/” filesystem contains basic operating [...]

Linux: Copying Files

[...]

Linux: Everything Is A File And Each File Is Case Sensitive

In Linux based operating system everything is a file. Directories are special kind files.

Linux Is Case Sensitive: Linux is case sensitive which means these files filename & Filename would be counted as two different files not one due to difference of f and F and thats why /home/filename is different from /home/filename.

Here [...]

Managing File Systems

An introduction to Linux file system is ‘here‘. If you want to reformat the flash drive with a Linux native file system, rather than the FAT32 system. It involves two steps. First create a new partition layout if the existing one is not to our liking, and second create a new, empty file [...]