Documents tagged with unix cmds

UNIX Commands1

UNIX / Linux Command Summary access() Used to check the accessibility of files int Access(pathname, access_mode) Char* pathname; int access-mode; The access modes are. 04 read 02 write 01 execute (...
  • lavanyakodidasu published this 06 / 27 / 2009
  • 405 reads
  • 0 comments