Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

rm 命令

删除文件:

rm [file]

删除文件夹:

# remove empty directory
rmdir [dir_name]
# remove non-empty directory
rm -f [dir_name]

编辑当前的环境变量:

vim ~/.profile

编辑系统的环境变量:

vim ../etc/environment