Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

hard link linux

# hard link is a FILE that points to another file unlike symbolic link ( aka soft link ) which is a link to another filename
ln file link
#example -> ln speech.txt speech-hard

# when you modify a file that points to an original file or a pointer file which is a hard link file, every hard link that is pointing to the original file will be changed to the one that has been modified as well 
# you will see a picture at Operation section that will help you to understand more about hard link in this wesbite -> https://en.wikipedia.org/wiki/Hard_link 
Comment

PREVIOUS NEXT
Code Example
Shell :: search a tag git 
Shell :: best source code editor 
Shell :: curl certificate and password 
Shell :: brew cask specific version 
Shell :: install from package.json 
Shell :: git ignore all files and folders in folder 
Shell :: where is ubuntu installed in windows 10 
Shell :: how to delete a file in linux 
Shell :: enable option in ubuntu to create document on right click 
Shell :: execute c# ubuntu 
Shell :: git use cat instead of less 
Shell :: top linux 
Shell :: how to fix git commits 
Shell :: umask 
Shell :: make tarball backup of director 
Shell :: access wiindows host from wsl2 
Shell :: install wordpress ubuntu 
Shell :: Start rc.local manually 
Shell :: git remove all user data 
Shell :: docker set container name 
Shell :: pull branch from remote to new local branch 
Shell :: alpine install package 
Shell :: gitlab login on terminal 
Shell :: rename multiple files mac terminal 
Shell :: git remove vendor folder from remote 
Shell :: Anydesk remote server display not supported e.g Wayland 
Shell :: cptable is not defined at make_xlsx 
Shell :: create github repo with curl 
Shell :: install global package golang 
Shell :: path to flutter linux 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =