What language is clang written in?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between diff and cmp command in unix?
can any one send me one project on linux ...?
how many limitations of under directories in ext2/3 linux file system?
To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob
What is the difference between command ‘ping’ and ‘ping6’?
in unix how to change old name to new name
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
what is initrd image?
why do u want to join this company
6 Answers HCL, Infosys, United Healthcare, Wipro,
I lost a root password and i need to give it, I treid to change it through single usermode even though i am not get a password, then what is the other procedure to give a root password?
How do you check the current system uptime 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