1chmod 444 foo_r 2exists foo 3! exists unfoo 4# TODO The following line fails but probably should not. 5# ! exists -readonly foo 6exists foo_r 7exists -readonly foo_r 8 9-- foo -- 10foo 11 12-- foo_r --
View as plain text