주진성jjsair0412.hashnode.dev·Sep 20, 2024Linux File Link의 이해_(inode, Symbolic Link(Soft Link), Hard Link)목차 0. 개요 1. inode란? 1.1 확인 방법 1.2 메타데이터 종류 1.3 Linux 시스템에서 파일을 읽는 방법 1.4 결론 2. Linux 파일 Link의 이해 2.1 Hard Link 2.2 Symbolic Link(Soft Link) 2.3 Hard Link vs Symbolic Link(Soft Link) 3. Link별 사용 시기 3.1 Symbolic Link(Soft Link) 3.2 Hard Li...DiscussLinux
Asem Hamidasem-hamid.hashnode.dev·Aug 7, 2024How to Create a GitHub Symbolic LinkWhat is a Symbolic Link? A symbolic link, also known as a symlink or soft link, is a special type of file that acts like a pointer to another file or directory on your computer's filesystem. It's similar to a shortcut in Windows. It doesn't contain ...Discuss·30 readsGitHub Tips
Afridi Shaikcloudcoder.hashnode.dev·Mar 24, 2024File SecurityIn Red Hat Enterprise Linux (RHEL), file security is managed through a system of permissions and ownership. Each file and directory has associated permissions that determine who can read, write, and execute them. These permissions are defined for thr...DiscussLinux AlchemyFile Permissions in RHEL
Mohamad Mahmoodhashnotes.hashnode.dev·Mar 3, 2024Ubuntu Install AWS CLIInstall curl unzip: sudo apt install curl unzip Download the latest version of the AWS CLI from Amazon's servers: curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" Unzip the files: unzip awscliv2.zip Install AWS CLI...Discussinstall awscli