C program to shutdown Ubuntu Linux Computer | turn off Ubuntu Linux PC From C Language
C program to shutdown Ubuntu Linux Computer | turn off Ubuntu Linux PC From C Language
#include
int main() { system("shutdown -P now"); return 0; }
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment