课程: Learning Linux Command Line
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Create hard and symbolic links
- [Instructor] I want to take a moment to talk about a special kind of file on a Linux system. A type of file called a link. Links are files that reference other files. And they're used to avoid having multiple copies of the same file in different places. We keep one file in one location and then add a little pointer or link to other places where we want the file to appear. As we're learning about the command line, we may not have a need to create links, but it's important to know what they are when we come across them. There are two kinds of links, hard links and soft or symbolic links. Hard links, point to specific data on the disk, and symbolic links point to a file on a disk. It's kind of a subtle difference, but it changes how the resulting links work. I'll show you how to create both kinds. And if you want to explore the difference in more detail, take a look at my essential commands course for a more technical…
内容
-
-
-
-
-
The Linux file system6 分钟 18 秒
-
(已锁定)
Understanding file paths4 分钟 50 秒
-
(已锁定)
Navigating the file system6 分钟 58 秒
-
(已锁定)
Exploring the output of the ls command2 分钟 33 秒
-
(已锁定)
Create and remove directories3 分钟 36 秒
-
(已锁定)
Copy, move, and delete files and directories7 分钟 53 秒
-
(已锁定)
Find files from the command line2 分钟 10 秒
-
(已锁定)
Understand user roles and sudo6 分钟 3 秒
-
(已锁定)
Understand file permissions5 分钟 57 秒
-
(已锁定)
Modify file permissions7 分钟 4 秒
-
(已锁定)
Create hard and symbolic links3 分钟 26 秒
-
(已锁定)
Challenge: Fix broken syntax26 秒
-
(已锁定)
Solution: Fix broken syntax1 分钟 24 秒
-
(已锁定)
Challenge: Practice working with files34 秒
-
(已锁定)
Solution: Practice working with files32 秒
-
-
-
-