Which command is used to delete a group?
No Answer is Posted For this Question
Be the First to Post Answer
Who is unix command?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
What are linux commands useful?
What does cd – command do?
What is vnc?
How will retrieves incoming mails from different web sites
How do I open a text file in cmd?
What does bash stand for?
What does the ps command do in linux?
What command is used to check the number of files, disk space, and each user’s defined quota?
What are different command to check ram, process and hdd of linux machine?
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