How find ip address linux?
No Answer is Posted For this Question
Be the First to Post Answer
What does execute mean in linux?
Why do we use cmake?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
How do you check the disk usage in Linux?
What is the most graceful way to get to run level single user mode?
How do I run bash on windows?
What are the ms dos commands?
Explain about system and user utilities?
how to give a normal user reboot and shutdown permission? Plz also mention the step.
Who is unix command?
I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?
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