歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> 關於Linux

Linux command tutorial

Linux command tutorial   Listing files and directories  ls  ls -a 列出包含隱藏文件    Making Directories  mkdir  mkdir cc    Changing to a different directory  cd  cd cc    The directories . and ..  .  the current directory  .. the parrent directory  cd ..  change to the parent directory    Pathnames  pwd print wording directory  the top-level root directory called " / "  your home directory called "~"    Copying Files  cp  cp file1 file2 is the command which makes a copy of file1 in the current working directory and calls it file2 
 
Copyright © Linux教程網 All Rights Reserved