CSE271: Short Quiz #9 -- UNIX filesystems, Perl, and UNIX
devices
- The number of inodes in the inode table determines what?
- When does the Unix command rm actually delete a file?
- Given a Perl declaration:
@list = ("one", "two", "three", "four");
how do you print out the contents of the third element?
- TRUE or FALSE: UNIX typically provides access to devices via
standard file system calls that operate on special device files in the
filesystem.
Last revised: 5 April 2007, Brian D. Davison.