hard link – POFTUT

How To Remove Symbolic Links In Linux?

Symbolic links provides practical solutions file name or path related problems. Symbolic links will create same file or folder with different name and path. In some situations this may cause problem and we have to remove and delete symbolic link. List Symbolic Links We can start by listing existing links especially symbolic links with ls … Read more

Linux ln Command Tutorial with Examples To Create Symbolic Links

Linux file systems provides different mechanism to make system administrators and applications developer’s life easier. Symbolic links are one of the mechanism. Symbolic links provides the flexibility to use single file in multiple places with multiple names. But at the end there is only single file and data which is pointed by all of these … Read more

Linux stat Command Tutorial With Examples

Linux stat command used to display files and file system information like permission, size etc. In this tutorial we will look various usage examples. Show File Information All information about a file can be get without providing any parameter. We will only provide the file name. $ stat a.txt As we can see from screenshot … Read more