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 |
What command will bring user back to their home directory in UNIX?
which script will invoke first ,when /etc/init.d starts
Enlist some filename manipulation commands in unix.
How to rename files and folders?
Give two UNIX kernel parameters that effect an Oracle install
How many bits use for MAC address?
What is the use of the tee command?
What is updatedb?
What do chown command do?
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
Which command is used to copy files?
Explain the read, write, and execute permissions on a UNIX directory.