Hi All of Unix/Linux professional
Q.Why soft link file not open by cat command. Ihave make
following symbolic link but when i open with #cat
linkfilename it does not oped please see the following code
and try to answer.
# ln -s file1 ~/mydir/filea
[root@dhcppc0 ~]# cd mydir
[root@dhcppc0 mydir]# ls -l
total 4
lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1
[root@dhcppc0 mydir]# cat filea
cat: filea: No such file or directory
Answer Posted / nikhil maggu
Hi,
First of all a soft link is not an actual file it refers a
link to the original file at different location.
and cat shows the content of a file having data, info etc.
But "ln" never saves any info it just a reference of
original file to a different location
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do I check disk space in linux?
List the three main parts of an operating system command?
How to give acl permission in numerical mode on linux?
In order to display the last five commands you have entered using the fc command, you would type?
What is du -s * | sort -k1,1rn | head command used for?
Explain about the command lynx?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
How do I do a whois search?
What language is a makefile written in?
What is cat command in linux?
What is the default number of shell commands saved in the history list of .cshrc file?
How do you limit memory usage for commands?
What is cd command used for?
What is make in linux?