Extended Attributes
back
Purpose: to verify that the extended attributes work.
Click on the edit button on this textarea. Your editor should open and the extension of the file should be
.c
. Type in “test 1” and save and exit. The textarea should be updated within a few seconds.
/* Hello World */ #include <stdio.h> main() { for(;;) { printf ("Hello World!\n"); } }
Click on the edit button on this textarea. Your editor should open and the extension of the file should be
.txt
. Type in “test 2” and save and exit. The textarea should be updated within a few seconds.
HOSTILE
back