Changes the read/write position of the file.
impl File { fn seek(&self, pos: Seek) -> Result<i64, Errno> }
The seek operation to be performed.
Returns the new position in the file.
lseek(2)