Login using Social Account
     Continue with GoogleLogin using your credentials
If you want to give multiple names to a single file without copying the content, you can create the link.
Create a file:
nano orig_text
Put the following text in it:
This is my valuable data
Save and Exit: Press CTRL+x
and y
Check if the file has right data:
cat orig_text
Create Link:
ln orig_text mylink
Check if it is there:
ls -l mylink
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...