How to create hardlinks and softlinks on files?
Answers were Sorted based on User's Feedback
Answer / vijayta
ln command is used to create links in Unix
For HardLinks:-
ln <source> <name oflink>
For SoftLink:-
ln -s <source> <linkname>
Is This Answer Correct ? | 17 Yes | 1 No |
Answer / manish
softlink creates another inode in the filesystem but hard
link just increases the reference count of the existing
inode
Is This Answer Correct ? | 10 Yes | 3 No |
How to setup Disk space as well as memory in solaris10?
What is the use of touch command in there?
how will u execute a file in unix
What Command will remove a Directory in UNIX?
Give the command to display space usage on the UNIX file system.
What is command substitution?
Write a command to kill the last background job?
what is the shell for dos,nt operating systems?
what is the difference between commmands cmp and diff?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
29. How to display top 10 users Who | head -10 | wc –w
What is in grep command?