Anna Nagar, Chennai, India - 600040
20
Details verified of Smart Entry It Infrastrucuture Administration✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
AWS Certification offered
AWS Certified Solutions Architect, AWS Certified SysOps Administrator, AWS Certified Developer, AWS Certified DevOps Engineer
AWS Certification Level offered
Professional, Associate
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Training for CCNA certification in
CCNA Security, CCNA Data Center, CCNA Routing & Switching
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Teaches
Linux Server Admin
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Teaches
Red Hat Security Specialist, Red Hat Enterprise Linux 6, Red Hat - RHCSS, Red Hat Virtualization Administrator, Red Hat linux
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Class Location
Online (video chat via skype, google hangout etc)
At the Institute
Training for CCNP certification in
CCNP Routing & Switching , CCNP Data Center, CCNP Security
4.7 out of 5 21 reviews
Mohankumar.m
"SmartEntry gave me a LIFE in my Career. Any body is reading my comments, instantly you can decide to approach SmartEntry for you Career. You will get hope for the Career. "
Mohankumar.m
"SmartEntry gave me a LIFE in my Career. Any body is reading my comments, instantly you can decide to approach SmartEntry for you Career. You will get hope for the Career. "
Muthu Kumar
" i came to SMARTENTRY through my friends,i just came here as a plain blackboard now i m bacome a network support engineer in cognizant.In smartentry they gave me good network and communication skill with palcement.1005 they are work nfor students.......there is now doubt about the placements...Thanks lots to my SMARTENTRY"
Rajesh.c
"I came to know SmartEntry through one of my friends. I did my MCITP successfully. The teaching methods were good and the faculty had good knowledge in the subject. The interview techniques helped me to get a job cms. I am very happy to get this job. I would suggest SmartEntry to my friends for their career."
M.Arunkumar
"I joined smartentry and they showed the way for my career.i want to thank all the faculties for guiding me in a proper way to develop my skills in server administration.now i am palced in a good company.a big thanks to smartentry."
Gowtham
"I came to know about smart entry through my friend.They have proven it by placing me in a MNC company in a short period of time.The course was excellent and the faculties helped me to complete the course successfully. More practical sessions is available.Big thanks to Mr. Aravind, he's really helpfull while placement"
Answered on 01/11/2018 Learn IT Courses/Linux
Answered on 01/11/2018 Learn IT Courses/Linux
Answered on 01/11/2018 Learn IT Courses/Linux
Answered on 31/10/2018 Learn IT Courses/Linux
#include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/wait.h> #include <stdlib.h> int main() { int pid; //process id pid = fork(); //create another process if ( pid < 0 ) { //fail printf(“\nFork failed\n”); exit (-1); } else if ( pid == 0 ) { //child execlp ( “/bin/ls”, “ls”, “-l”, NULL ); //execute ls } else { //parent wait (NULL); //wait for child printf(“\nchild complete\n”); exit (0); } }
Answered on 31/10/2018 Learn IT Courses/Linux
#include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/wait.h> #include <stdlib.h> int main() { int pid; //process id pid = fork(); //create another process if ( pid < 0 ) { //fail printf(“\nFork failed\n”); exit (-1); } else if ( pid == 0 ) { //child execlp ( “/bin/ls”, “ls”, “-l”, NULL ); //execute ls } else { //parent wait (NULL); //wait for child printf(“\nchild complete\n”); exit (0); } }
Share this Profile
Also have a look at
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.