正在加载图片...
●●● Basic Linux commands ●●●● ●●●●● ●●●● working with files & directories 9:9 cat cat f1 f2 type the content of file f1 and f2 cd cd SHOME change to home directory cp cp f1 f2 dir1 copy file f1 and f2 into directory dir 1 Is Is -a list all files(including hidden) in long format mkdir mkdir abc make new directory more more a1 a2 list out files a1 a2 in pages nv my f1 dir1 move/rename file f1 into dir1 pwd display current working directory rm -rf lab1 delete all files in lab 1 without confirmation rmdir rmdir lab 1 delete an empty directoryBasic Linux commands – working with files & directories cat cat f1 f2 type the content of file f1 and f2 cd cd $HOME change to home directory cp cp f1 f2 dir1 copy file f1 and f2 into directory dir1 ls ls -la list all files (including hidden) in long format mkdir mkdir abc make new directory more more a1 a2 list out files a1, a2 in pages mv mv f1 dir1 move/rename file f1 into dir1 pwd pwd display current working directory rm rm -rf lab1 delete all files in lab1 without confirmation rmdir rmdir lab1 delete an empty directory
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有