기술 성공, 실패 기록소

find file 본문

linux 및 기타 os

find file

sunlab 2021. 8. 11. 20:00
728x90

https://www.maketecheasier.com/find-a-file-in-linux/

 

How to Find a File in Linux Using the Find Command - Make Tech Easier

The Linux find command is one of the most important and handy commands in Linux systems. Here's how you can use it to find files in Linux.

www.maketecheasier.com

 

sudo find / -name filename

'linux 및 기타 os' 카테고리의 다른 글

apt-get update와 apt-get upgrade 차이  (0) 2021.09.15
hard link, soft link, inode  (0) 2021.08.13
symbolic link  (0) 2021.08.11
How to Remove (Delete) Symbolic Links in Linux  (0) 2021.08.10
Finding the original file of a symbolic link  (0) 2021.08.10