Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
No Answer is Posted For this Question
Be the First to Post Answer
what command would you use to find the hostname of the server if yo ony have the ip address?
What are the basic commands for user management?
What is df command in unix?
Enlist some linux networking and troubleshooting commands?
what is the command for finding the higest memory occupied file in linux?
what is work of dns
What is the use of ls command?
How do you grep?
What will happen when a system call is encountered in a user program?
Hi guys, I am working in MNC from 1 and half year as Software Engg but not in programming, its in Information Security. Now I am doing RHEL 5(Red Hat certification) to move into Linux Admin. Can anyone please give me the future scope of this field and please send me the interview questions or links to get the idea. Thanks, Sushant.
I want to built a fire wall using iptables. My condition is " inbound to 192.168.0.2 with a port of 80 from 172.168.0.1 should accept"
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