Linux solutions

Linux commands

  • Linux

Friday, December 30, 2011

Programs

#include 
#include 
#include 
main() 
{ 
int i=0; 
char *p1 = malloc(10); 
char *p= malloc(10); 
strcpy(p,"abcd"); 
for(i=0;i<10;i++) 
if(p[i] == 97) 
{ 
printf("   97  \n"); 
p1[i]=p[i]; 
printf("  %c  \n",p1[i]);  
} 
} 
Posted by Feelmyhell at 2:29 AM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Basic Linux commands

Linux commands

ls -ltr
ps -a
top
netstat
touch filename
screen

Posted by Feelmyhell at 2:04 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Home
Subscribe to: Posts (Atom)

Total Pageviews

Blog Archive

  • ►  2022 (2)
    • ►  December (1)
    • ►  March (1)
  • ►  2019 (1)
    • ►  September (1)
  • ►  2018 (7)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  May (4)
  • ►  2017 (18)
    • ►  November (1)
    • ►  October (1)
    • ►  September (2)
    • ►  June (8)
    • ►  March (6)
  • ►  2016 (4)
    • ►  October (3)
    • ►  August (1)
  • ►  2015 (1)
    • ►  July (1)
  • ►  2012 (27)
    • ►  October (1)
    • ►  September (1)
    • ►  August (2)
    • ►  July (1)
    • ►  June (2)
    • ►  May (6)
    • ►  April (14)
  • ▼  2011 (2)
    • ▼  December (2)
      • Programs
      • Basic Linux commands

Android Linux

  • http://google.com
  • http://dolinux.blogspot.com
Awesome Inc. theme. Powered by Blogger.