linux项⽬经验_我的Linux经验
linux项⽬经验
During these pandemic days ,I haven’t had an idea of exploring Linux , in fact that made me productive! Yes Linux made me productive which I came to know from my friend said “just give a glance on it”. And yea! I thought anyway it’s going to be boring but when I took a glance about the September edition #IBelieveinDoing which was impressive! And I felt that I can do this and update a new skill so I started my Linux journey. So this edition consists of 2 parts one is about Linux and another one is about Git. If you asks Linux and Git are different? No, they are not .Linux is an open source OS and git is a distributed version-control system for tracking changes in source code during software development. My experience towards Linux was super fun! I enjoyed studying Linux than Git, Git was competitive and quite complex but it was challenging. Now lets go into my Linux journey!
在这些⼤流⾏的⽇⼦⾥,我还没有探索Linux的想法,实际上这使我变得⾼效! 是的,Linux使我变得富有成效,我从我的朋友那⾥得知我说:“只要看⼀眼即可”。 是的! 我本来以为这会很⽆聊,但是当我瞥⼀眼9⽉版的#IBelieveinDoing时,那真是令⼈印象深刻! ⽽且我觉得我可以做到这⼀点并更新新技能,因此我开始了Linux之旅。 因此,该版本包括两部分,⼀个是关于Linux的,另⼀个是关于Git的。
如果您问Linux和Git不同? 不,不是。Linux是⼀个开放源代码操作系统,⽽git是⼀个分布式版本控制系统,⽤于在软件开发过程中跟踪源代码的更改。 我对Linux的体验⾮常有趣! 我⽐Git更喜欢学习Linux,Git具有竞争⼒并且相当复杂,但是充满挑战。 现在开始我的Linux之旅!
Basic commands of Linux that we have to know:
我们必须了解的Linux基本命令:
1. pwd :
1.密码:
You can use the pwd command to print the
您可以使⽤pwd命令打印⼯作⽬录。 ....
2. ls:
2. ls:
To list the contents of a directory, you use the ls command when you run the ls command without any
arguments, it lists the contents of the present working directory by default.
要列出⼀个⽬录的内容,您可以使⽤ls当你运⾏该命令ls命令不带任何参数,默认情况下它会列出当前⼯作⽬录的内容。
3. cd:
3.光盘:
You can change to a different directory using the cd command
您可以使⽤cd命令更改到其他⽬录
Rm command : rm command is used to remove objects such as files, directories and so on rm命令:rm命令⽤于删除对象,例如⽂件,⽬录等
Cp command : used to copy from one file to an other file.
cp命令:⽤于从⼀个⽂件复制到另⼀⽂件。
Mv command : used to rename /move the files from one place to another.
Mv命令:⽤于将⽂件从⼀个位置重命名/移动到另⼀位置。
The Linux Directory Structure:
Linux⽬录结构:
(2 TYPES OF PATH:)
下表列出了特殊的相对路径,其他代码⽰例在下⾯的代码块中。 (A list of special relative (Additional example:)
Linux commands can be tuned to our requirements by providing flags along with the command when calling them.
These are usually a hyphen (-) followed by an alphabet example: -a, -B etc or double-hyphen ( — ) and if u want to find
linux重定向· NAME — name of the command & short description of what it does
Seems interesting right! you will find it when you explore more commands like this.
command lets us change the access mode of a file. To add executable permission, we use
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论