What is command example?
How can I only see the last 5 lines of a file?
what is jumbi process?
How do I change shell in linux?
Explain the linux ‘cd’ command options along with the description?
How does case sensitivity affect the way you use commands?
What is cmake in linux?
How do you kill a process in linux?
Which daemon is used for scheduling of the commands?
What is SFC command?
How to hide the partition in GRUB booting? (This technique is required when you have more that one Windows system on different partitions of the same disk, let us say the first and second partitions of the first hard drive, to boot from the first partition you must hide the second one)
What would you do when all the processess hangs and there is no other option in unix?
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