Linux file or directory properties:
Run the below given command:
touch test.txt
mkdir directory
On running ls -l we get the following output:
drwxr-xr-x 2 user user 2 May 28 11:03 directory-rw-r--r-- 1 user user 0 May 28 11:03 test.txt
Type # of...
What is a file system?
A file system is a structure that an operating system uses to organize and manage files on a storage device. It defines how data is stored, accessed, and organized on the storage device.
System configuration file = Folder A
User Files =...