LINUX基本命令 Linux中许多常用命令是必须掌握的,这里是linux入门时的一些常用的基本命令。 pwd ls clear cd (change directory) mkdir(make directory ) touch rm(remove) cp(copy ) mv(move ) cat(concatenate) 重定向 more less tail head