What is Data Command?
No Answer is Posted For this Question
Be the First to Post Answer
some one is asking my machine is slow what is your steps?
How many linux commands are there?
What can you type at a command line to determine which shell you are using?
what is first RHEL 5.x version support ext4 filesystem?
What is git command?
What is vnc?
What is difference between egrep and grep?
tell me command for" to create more than one name to a file".
What could be the problem when a command that was issued gave a different result from the last time it was used?
Which commands are used to set a processor-intensive job to use less cpu time?
What is the difference between locating and locate command?
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