码迷,mamicode.com
首页 > 系统相关 > 详细

Linux----Navigation

时间:2017-06-14 02:49:36      阅读:283      评论:0      收藏:0      [点我收藏+]

标签: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

 

Linux----Navigation

标签:dex   tips   disk   new   iss   less   size   computer   tps   

原文地址:http://www.cnblogs.com/whateveranyhow/p/7004035.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!