Well, find will work, but man it's apt to take a long time!-) 'locate' is a better choice, assuming you've built the database for it (which happens weekly in the normal case).
[code]# find / -name "kdmrc" -print[/code] ^ That did the trick. I found mine located here: /opt/kde/share/config/kdm Running VectorLinux 5.1.1 SOHO (Slackware 10.1) Thanks. :)
This find command work a lot more like a windows user wouls expect. Type the following This will pace you at the very bottom or top however you think about it level of your drive structure. cd / Then type this to search your entire drive find ./ -iname kdmrc Thanks Lindylex
This find command work a lot more like a windows user wouls expect. Type the following This will place you at the very bottom or top however you think about it level of your drive structure. cd / Then type this to search your entire drive find ./ -iname kdmrc Thanks Lindylex
You'd think, but not if you don't HAVE a /usr/local/share/config/kdm/kdmrc! (/usr/local/share is as far as I could get).
ReplyDeleteI wonder if you have KDE, then. Maybe you are running GNOME?
ReplyDeleteWell, find will work, but man it's apt to take a long time!-) 'locate' is a better choice, assuming you've built the database for it (which happens weekly in the normal case).
ReplyDelete[code]# find / -name "kdmrc" -print[/code]
ReplyDelete^ That did the trick. I found mine located here:
/opt/kde/share/config/kdm
Running VectorLinux 5.1.1 SOHO (Slackware 10.1)
Thanks. :)
This find command work a lot more like a windows user wouls expect.
ReplyDeleteType the following
This will pace you at the very bottom or top however you think about it level of your drive structure.
cd /
Then type this to search your entire drive
find ./ -iname kdmrc
Thanks Lindylex
This find command work a lot more like a windows user wouls expect.
ReplyDeleteType the following
This will place you at the very bottom or top however you think about it level of your drive structure.
cd /
Then type this to search your entire drive
find ./ -iname kdmrc
Thanks Lindylex