标签:dex tips disk new iss less size computer tps
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
标签:dex tips disk new iss less size computer tps
原文地址:http://www.cnblogs.com/whateveranyhow/p/7004035.html