Find file or dir on linux with terminal
Page 1 of 1
Find file or dir on linux with terminal
to find a file
to find a dir
- Code:
sudo find ~/ -type f -name "fringe"
to find a dir
- Code:
sudo find / -name fringe -type d
Similar topics
» configuring arp cache for linux inside a terminal also how to sign up to geeky forums that use stupid questions!
» How to fix samba in linux file missing config file error
» linux terminal keyboard shortcuts
» update linux password with terminal
» this is for sending linux terminal messages to logged on members using two commands
» How to fix samba in linux file missing config file error
» linux terminal keyboard shortcuts
» update linux password with terminal
» this is for sending linux terminal messages to logged on members using two commands
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum