Tag Archives: Setup

New Linux System Setup: Don’t forget

For all users, put in place some protections and conveniences. In /etc/bash.bashrc or /etc/profile.d/safe.sh, add these alias lines: alias rm=’rm -i’ alias cp=’cp -i’ alias mv=’mv -i’ After that, the removal or destructive file copies will ask the user for … Continue reading

Posted in Linux | Tagged , | Comments Off on New Linux System Setup: Don’t forget