Linux----Navigation

Navigation

find permission denied

----http://www.codecoffee.com/tipsforlinux/articles/21.html

----https://www.computerhope.com/unix/ufind.htm

 

making

cd mkdir test

cd rm test  (test is a file)

cd rm test  -r (test is a folder)

moving------https://www.computersecuritystudent.com/UNIX/UNIX_101_Lessons/lesson2/index.html

mv fileone filetwo ===rename

mv /fileone /etc/fileone

copying  renaming deleting

amont????????????????????????

0. sudo mkdir /mnt/newfolder

1. sudo fdisk -l 

2. sudo mount /dev/sda1 /mnt/newfolder

unmount

1. cd /

2. sudo unmount /dev/sda1

 

posted @ 2017-06-13 23:11  whateveranyhow  阅读(138)  评论(0编辑  收藏  举报