Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • GitLab
  • GitHub
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style
    • Motivation

Daily Archives: September 9, 2012

open( ) system call

commandline session $ 4.2.36 50 548—> cat test-open.c #include #include #include main() { int fd; fd = open( “text” , O_CREAT); } $ 4.2.36 51 549—> gcc test-open.c $ 4.2.36 52 550—> ./a.out $ 4.2.36 53 551—> ls a.out test-open.c text $ 4.2.36 54 552—> cat text cat: text: Permission denied $ 4.2.36 55 553—> …

Continue reading “open( ) system call”

Posted byjeffrinSeptember 9, 2012Posted inUncategorizedLeave a comment on open( ) system call
September 2012
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930
« Aug   Oct »
TRUEANGLE, Proudly powered by WordPress.