Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, create a hardlink called myhardlink from file kevintest.txt.
Answer
ln kevintest.txt myhardlink
^^ Note the order, first the original file, then the link

Question
In linux, create a hardlink called myhardlink from file kevintest.txt.
Answer
?

Question
In linux, create a hardlink called myhardlink from file kevintest.txt.
Answer
ln kevintest.txt myhardlink
^^ Note the order, first the original file, then the link
If you want to change selection, open document below and click on "Move attachment"

15. Symbolic and Hard Links
than one name in separate places in the same file system. Such a file with more than one name for the same data is called a hard-linked file and is similar to a symbolic link. Try touch mydata <span>ln mydata mydataB ls -al The files mydata and mydataB are indistinguishable. They share the same data, and have a 2 in second column of the ls -al listing. This means that they are hard-linked twice (tha

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.