绿叶萌飞
绿叶萌飞
全部文章
linux命令...
Android(41)
Android Studio(13)
eclipse(1)
javascript(1)
java基础(19)
java并发编程(1)
JVM(2)
leetcode(11)
MySQL(1)
PTA(8)
个人js代码笔记——不详细解释(10)
其他(1)
周记随笔(7)
多线程(2)
我的android学习笔记(22)
数据结构与算法(85)
编程时光(5)
编程语言(20)
蓝桥杯(5)
计算机常用基础(1)
计算机网络(9)
迁移牛客网说明(1)
归档
标签
去牛客网
登录
/
注册
新手lcy
博客见这里https://liuchenyang0515.blog.csdn.net
全部文章
/ linux命令行(译文)
(共38篇)
第一章 引言
引言 I want to tell you a story. 我想给大家讲个故事。 No, not the story of how, in 1991, Linus Torvalds wrote the first version of the Linuxkernel. You c...
2020-01-01
1
1537
第二章 : 什么是 shell
什么是 shell When we speak of the command line, we are really referring to the shell. Theshell is a program that takes keyboard commands and passes t...
2020-01-01
0
406
第三章:文件系统中跳转
文件系统中跳转 The first thing we need to learn to do (besides just typing) is how tonavigate the file system on our Linux system. In this chapter we wil...
2020-01-01
0
350
第四章:探究操作系统
探究操作系统 Now that we know how to move around the file system, it’s time for a guided tour of ourLinux system. Before we start however, we’re going t...
2020-01-01
0
473
第五章:操作文件和目录
操作文件和目录 At this point, we are ready for some real work! This chapter will introducethe following commands: 此时此刻,我们已经准备好了做些真正的工作!这一章节将会介绍以下命令: ...
2020-01-01
0
583
第六章:使用命令
使用命令 Up to this point, we have seen a series of mysterious commands, each with its ownmysterious options and arguments. In this chapter, we will a...
2020-01-01
0
494
第七章:重定向
重定向 In this lesson we are going to unleash what may be the coolest feature of the commandline. It’s called I/O redirection. The “I/O” stands for i...
2020-01-01
0
566
第八章:从 shell 眼中看世界
从 shell 眼中看世界 In this chapter we are going to look at some of the “magic” that occurs on the commandline when you press the enter key. While we wi...
2020-01-01
0
588
第九章:键盘高级操作技巧
键盘高级操作技巧 I often kiddingly describe Unix as “the operating system for people who like to type.” Ofcourse, the fact that it even has a command line...
2020-01-01
0
442
第十章:权限
权限 Operating systems in the Unix tradition differ from those in the MS-DOS tradition inthat they are not only multitasking systems, but also multi...
2020-01-01
0
947
首页
上一页
1
2
3
4
下一页
末页