CSE271: Short Quiz #9 -- UNIX filesystems, Perl, and UNIX devices

  1. The number of inodes in the inode table determines what?

  2. When does the Unix command rm actually delete a file?

  3. Given a Perl declaration:
    @list = ("one", "two", "three", "four");
    how do you print out the contents of the third element?

  4. 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.