You have run out of disk space on a partition. Which of the following would be an easy way to move data to a new partition without reconfiguring the path to the data in existing applications?
A.
Use a hard link.
B.
Use the loopback device.
C.
Run ext2fs ACL.
D.
Use a symbolic link.
E.
Create a block device offset.
Explanation:
A Symbolic link points to another file and the contents of link file is referenced file. So, symbolic linked file occupied the very less space the original file.