Quote
This is a question in a lab I'm doing. I've racked my brain, I've racked Google's brain. I've tried a TON of other things, and I can't seem to figure it out... can anyone help?
| Blank Screen w ATI Video Card driver in Hardware Hangout |
|
|
| Nurse refuses student inhaler during asthma attack in Real World News |
|
|
| Why are you less active than you used to on the Neowin forums? in Poll Station |
|
|
| 4 tons of marijuana found floating off Southern California in Real World News |
|
|
| SpaceX Updates (thread 2) in Science Discussion & News |
|
Posted 09 February 2012 - 01:40
Quote
Posted 09 February 2012 - 17:38
zoheb, on 09 February 2012 - 12:56, said:
Posted 09 February 2012 - 18:52
Quote
Quote
Posted 09 February 2012 - 20:12
Posted 10 February 2012 - 04:56
Posted 10 February 2012 - 18:07
Allan®, on 10 February 2012 - 17:07, said:
[nick@fedora16vm ~]$ touch file.txt [nick@fedora16vm ~]$ ll file.txt -rw-rw-r-- 1 nick nick 0 Feb 10 13:06 file.txt [nick@fedora16vm ~]$ chmod u-w file.txt [nick@fedora16vm ~]$ ll file.txt -r--rw-r-- 1 nick nick 0 Feb 10 13:06 file.txt [nick@fedora16vm ~]$ rm file.txt rm: remove write-protected regular empty file `file.txt'? y [nick@fedora16vm ~]$ ll file.txt ls: cannot access file.txt: No such file or directory
[nick@fedora16vm ~]$ chattr +i file.txt chattr: Operation not permitted while setting flags
Edited by cybertimber2008, 10 February 2012 - 18:09.