DevNation
DevNation

DevNation

Follow
homebadges
Tag

linux-basics

#linux-basics

More content

Read more stories on Hashnode


Articles with this tag

Linux Basic Programming -3

Oct 15, 20212 min read

Systems Calls for I/O Operations:- Creat:-int creat(char *filename, mode_t mode);First parameter is filename and second is mode. Some most common...

Linux Basic Programming -3