⟩ What is the output of this program? #! /usr/bin/awk -f BEGIN { two=2; two++; print two } a) two b) three c) 2 d) 3
d) 3
Output:
root@ubuntu:/home/google# chmod +x test.awk
root@ubuntu:/home/google# ./test.awk
3
root@ubuntu:/home/google#
d) 3
Output:
root@ubuntu:/home/google# chmod +x test.awk
root@ubuntu:/home/google# ./test.awk
3
root@ubuntu:/home/google#
Explain difference between nfs soft and hard mouniting points?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
Explain any one service which are working on UDP only?
how many interfaces(ethernet cards) are working using single command?
What is the status code 403,404 represented in apache server?
How to monitor ports in a linux machine, with single command?
Explain Difference between swap partition and swap file?
How to recover /etc/passwd file and /etc/shadow file?
How to know linux os is 32 bit or 64 bit?
Suppose 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?