Creating links in Linux with a little intro to inodes and mounts

Subscribers:
1,220
Published on ● Video Link: https://www.youtube.com/watch?v=YWdckSA6Jtw



Duration: 9:21
28 views
2


Commands in the video
1 clear
2 pwd
3 cd tmp
4 mkdir tmp
5 cd tmp
6 ls
7 mkdir here
8 ls -li
9 touch 1
10 ls -li
11 ln -s here there
12 ls -li
13 ln -s 1 2
14 ls -li
15 ln 1 3
16 ls -li
17 cd there
18 pwd
19 ls
20 ls -l
21 ln -s .. crazy
22 ls -li
23 cd crazy
24 ls
25 cd here
26 ls
27 cd crazy
28 ls
29 pwd
30 pwd -p
31 pwd -P
32 cd /home/ec2-user/tmp
33 pwd
34 pwd -P
35 ls -l
36 echo "What are you doing" (angle braket not allowed) 1
37 cat 1
38 cat 2
39 cat 3
40 ls -li
41 rm 1
42 cat 3
43 cat 2
44 ls -li
45 mv 3 1
46 ls -li
47 cat 2
48 cat 1
49 rm 1
50 ls -l
51 ls -li
52 rm 2
53 df -h
54 cat /etc/fstab




Other Videos By Information Technology


2022-10-13Setup and Apache Web Server on AWS EC2
2022-10-13Systems Administrators Should Learn From Others Mistakes - Look at Standards
2022-10-13Playing with Split, Cat and Diff in linux using AWS
2022-09-23Finding files in linux and then doing something with that information (locate, find, updatedb, exec)
2022-09-22Linux Cut, Paste, Sort, Uniq, Tr, and Egrep - lets play
2022-09-22Cost of EC2 in AWS and touching on how to learn Regular Expressions
2022-09-22Getting ready to certify in Amazon Web Services (AWS)... Watch this video to get some tips
2022-09-19Setup a StarBound server in AWS on ubuntu
2022-09-15Some great features of the Canvas LMS and my course setup best practices
2022-09-15Linux combing and compressing (zipping) with tar. Simple reports with xargs and gpg for encryption
2022-09-13Creating links in Linux with a little intro to inodes and mounts
2022-09-13More on linux file permissions and login scripts. Added bonus of making a file unable to be deleted
2022-09-13Working with Linux file permissions and ownership chmod, chown, and chgrp
2022-09-12How to move a file up to a remote linux system with scp
2022-09-12Finding information in files. Stacking the grep command
2022-09-12Add a user in linux and change the password
2022-09-10Installing Minecraft Bedrock on Amazon Web Services
2022-09-10Creating a MineCraft Java Server In Amazon Web Services
2022-06-07HTML Links, Special Charicters, Classes and IDs
2022-06-07Path and Links
2022-06-07HTML and CSS Editors and HTML Intro