Code: Select all
Can't open file to write
That seemed a very long way round.
Is there an easier way of getting permission?
Code: Select all
Can't open file to write
Use it sparingly.runboy93 wrote:Most important thing on linux world, sudo! Remember it always.
sounds like "Format C: "DougieLawson wrote:When you've run sudo rm -rf / just once you soon learn why sudo should be used sparingly.
Yeah, it means remove recursively. It deletes every file on your system.fred44nl wrote:sounds like "Format C: "DougieLawson wrote:When you've run sudo rm -rf / just once you soon learn why sudo should be used sparingly.
On a clear disk, you can seek forever.mahjongg wrote:Yeah, it means remove recursively. It deletes every file on your system.fred44nl wrote:sounds like "Format C: "DougieLawson wrote:When you've run sudo rm -rf / just once you soon learn why sudo should be used sparingly.
rm -rf / means remove recursively (the r part) and forcefully (the f part) -- it all means remove all directories, beginning at the root of the file system (the / part) and don't ask "are you sure?"mahjongg wrote:Yeah, it means remove recursively. It deletes every file on your system.fred44nl wrote:sounds like "Format C: "DougieLawson wrote:When you've run sudo rm -rf / just once you soon learn why sudo should be used sparingly.