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.
339/5, New Sunshine Appartment
Annanagar
Anna Nagar, Chennai, India - 600040
Landmark: Near Santhosh Super Maret
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
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 DevOps Engineer, AWS Certified Developer
AWS Certification Level offered
Associate, Professional
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 Routing & Switching, CCNA Data Center, CCNA Security
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 - RHCSS, Red Hat linux, Red Hat Virtualization Administrator, Red Hat Security Specialist, Red Hat Enterprise Linux 6
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 Security , CCNP Data Center
1. Which classes do you teach?
We teach Amazon Web Services, CCNA Training, CCNP Certification, Cloud Computing, Firewall Security, Linux, Microsoft Azure Training, Red Hat and Windows Powershell Classes
2. Do you provide a demo class?
Yes, We provide a free demo class.
3. Where are you located?
We are located in Anna Nagar, Chennai.
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); } }
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 DevOps Engineer, AWS Certified Developer
AWS Certification Level offered
Associate, Professional
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 Routing & Switching, CCNA Data Center, CCNA Security
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 - RHCSS, Red Hat linux, Red Hat Virtualization Administrator, Red Hat Security Specialist, Red Hat Enterprise Linux 6
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 Security , CCNP Data Center
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.