Write about an internal command.
No Answer is Posted For this Question
Be the First to Post Answer
Why echo is used in linux?
What command is used to check the number of files, disk space, and each user’s defined quota?
What are the commands used in command prompt?
What is 9 in kill?
What is the difference between diff and cmp command in unix?
Explain about refer?
How do I know my linux shell version?
How do you copy in linux terminal?
What are commands in grammar?
What is the use of cp p command?
How do you check which file consuming more space in linux?
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