1.使用U盘在闲置电脑安装Linux:CentOS或Ubuntu
2.使用win10内置Linux
3.win7:git bash
4.云服务器上的linux:腾讯云/阿里云
bio04@ecm-cefa:~$ pwd
/home/bio04
bio04@ecm-cefa:~$ mkdir biosoft
bio04@ecm-cefa:~$ mkdir project
bio04@ecm-cefa:~$ mkdir tmp
bio04@ecm-cefa:~$ mkdir src
bio04@ecm-cefa:~$ ls
biosoft project src tmp
bio04@ecm-cefa:~$ cd tmp
bio04@ecm-cefa:~/tmp$ pwd
/home/bio04/tmp
bio04@ecm-cefa:~/tmp$ cd -
/home/bio04
bio04@ecm-cefa:~$ mkdir rm_test
bio04@ecm-cefa:~$ cd rm_test
bio04@ecm-cefa:~/rm_test$ touch doodle.txt
bio04@ecm-cefa:~/rm_test$ mkdir huahua
bio04@ecm-cefa:~/rm_test$ cd huahua
bio04@ecm-cefa:~/rm_test/huahua$ touch haha.txt
bio04@ecm-cefa:~/rm_test/huahua$ cd -
/home/bio04/rm_test
bio04@ecm-cefa:~/rm_test$ rm doodle.txt
bio04@ecm-cefa:~/rm_test$ rm -r huahua
bio04@ecm-cefa:~/rm_test$ cd -
-bash: cd: /home/bio04/rm_test/huahua: No such file or directory
bio04@ecm-cefa:~/rm_test$ rmdir rm_test
rmdir: failed to remove 'rm_test': No such file or directory
bio04@ecm-cefa:~/rm_test$ pwd
/home/bio04/rm_test
bio04@ecm-cefa:~/rm_test$ cd
bio04@ecm-cefa:~$ cd bio04
-bash: cd: bio04: No such file or directory
bio04@ecm-cefa:~$ pwd
/home/bio04
bio04@ecm-cefa:~$ rmdir rm_test
bio04@ecm-cefa:~$ ls
biosoft project src tmp
bio04@ecm-cefa:~$ cd tmp
bio04@ecm-cefa:~/tmp$ vi chenxing.txt
bio04@ecm-cefa:~/tmp$ cat chenxing.txt
this class is very useful, i acquire a lot knowledge about linux
I will insist on learning.
bio04@ecm-cefa:~/tmp$ q
Command 'q' not found, but can be installed with:
snap install q # version 1.6.3-1, or
apt install python-q-text-as-data
apt install python3-q-text-as-data
See 'snap info q' for additional versions.
bio04@ecm-cefa:~/tmp$ cp chenxing.txt new_file.txt
bio04@ecm-cefa:~/tmp$ ls
chenxing.txt new_file.txt
bio04@ecm-cefa:~/tmp$ pwd
/home/bio04/tmp
bio04@ecm-cefa:~/tmp$ mv new_file.txt home.txt
bio04@ecm-cefa:~/tmp$ mv home.txt ~
bio04@ecm-cefa:~/tmp$
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有