|
.D.6. CREARE FILES CHE SONO DIFFICILI DA RIMUOVERE |
Tutti i files possono essere rimossi, ma quì c'è qualche idea: Es.1. $ cat > -xxx ^C $ ls -xxx $ rm -xxx rm: illegal option -- x rm: illegal option -- x rm: illegal option -- x usage: rm [-fiRr] file ... $ Es.2. $ touch xxx! $ rm xxx! rm: remove xxx! (yes/no)? y $ touch xxxxxxxxx! $ rm xxxxxxxxx! bash: !": event not found $ Altri metodi conosciuti sono files con caratteri dispari o spazi nel nome. Questi metodi potrebbero essere usati in combinazione con ".D.3. RIEMPIRE L' HARD DISK". Se vuoi rimuovere questi files devi usare degli script o un'interfaccia grafica come il File Manager di OpenWindow. Puoi anche tentare di usare: rm ./<file>. Dovrebbe funzionare per il primo esempio se hai una shell. |
- - -