首页 > 系统服务 > 详细

Linux----Navigation

时间:2017-06-14 00:40:01      阅读:287      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!