oriond@lemmy.ml to Asklemmy@lemmy.ml · 11 months agoWhat is the most destroying command you can type in the Linux terminal?message-squaremessage-square76fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareWhat is the most destroying command you can type in the Linux terminal?oriond@lemmy.ml to Asklemmy@lemmy.ml · 11 months agomessage-square76fedilink
minus-squareFIST_FILLET@lemmy.mllinkfedilinkarrow-up0·10 months agolinux rookie here, what’s the command to reverse an alias then? do you just “alias ls ls” to overwrite it?
minus-squaresndrtj@feddit.nllinkfedilinkarrow-up0·10 months agoBacklash. \ls would get you regular ls. Note that ls already is aliased on some popular distros with some common flags.
linux rookie here, what’s the command to reverse an alias then? do you just “alias ls ls” to overwrite it?
Backlash. \ls would get you regular ls. Note that ls already is aliased on some popular distros with some common flags.
There’s unalias