File Folder Searching Commands

01. Search for all data (System / Personal)
[root@daddylinux~]#locate filename

02. For any data
Syntax - [root@server ~]# find location option parameterAccordingToOption
[root@daddylinux~]# find / -name ‘inittab’

03. To search system files and there manuals
Syntax - [root@daddylinux~] #whereis filename
[root@daddylinux~]# whereis inittab

04. To locate system commands only
[root@daddylinux~]# which cal

0 comments:

Post a Comment