Link Commands

  1. soft link
  2. hard link

Soft(Symbolic) Link: (file and directory f1 f2 f3 f4 remove f3 not working f4)

ln -s target_file source_file
ln -s dir1 dir2

Hard Link: (file only f1 f2 f3 f4 remove f3 working f4)

ln file_1 file_2
ls -li     //find the hard link

Popular posts from this blog

Oracle Database 19C Performance Tunning - PART 1

Oracle RMAN Backup And Restore

Oracle Patching Using Opatch Utility

Welcome to DBA Master – Database Tips, Tricks, and Tutorials

Oracle 19c Database Software Installation in OEL8

PostgreSQL Triggers

PostgreSQL Opensource Installation in RHEL or Oracle Linux(OEL) 8 and above

PostgreSQL Cursor

PostgreSQL Procedures

PostgreSQL User & Role Management