Linux CLI - File and Directory Operations
Given the commands:
What will be the output of
echo "Hello" > file1 ln file1 file2 ln -s file1 file3 rm file1
What will be the output of
cat file2 and cat file3?