linux上的文件管理类命令及常用的使用方法

一、linux上的文件管理类命令

cat - concatenate files and print on the standard output
mv - move (rename) files
mkdir - make directories
touch - change file timestamps
cp - copy files and directories
ls - list directory contents
cd - Change the current directory to dir

二、常用的使用方法

cat
linux上的文件管理类命令及常用的使用方法

mv
linux上的文件管理类命令及常用的使用方法

mkdir
linux上的文件管理类命令及常用的使用方法

touch
linux上的文件管理类命令及常用的使用方法

cp
linux上的文件管理类命令及常用的使用方法
-R
linux上的文件管理类命令及常用的使用方法
-a
linux上的文件管理类命令及常用的使用方法
linux上的文件管理类命令及常用的使用方法

ls
linux上的文件管理类命令及常用的使用方法
-a、-A
linux上的文件管理类命令及常用的使用方法
-R
linux上的文件管理类命令及常用的使用方法
-i print the index number of each file
linux上的文件管理类命令及常用的使用方法
-l 使用较长格式列出信息
linux上的文件管理类命令及常用的使用方法

cd

linux上的文件管理类命令及常用的使用方法
~
linux上的文件管理类命令及常用的使用方法

猜你喜欢

转载自blog.51cto.com/13798083/2620373