newOldUser
Group: Members
Posts: 241
Joined: Oct. 2004 |
|
Posted: June 09 2006,11:00 |
|
In general you can use the 'find' command from a terminal, like this:
find / -name .xinitrc
or
sudo find / -name .xinitrc
More information can be found on the 'find' command by doing:
find -help
OreillyNet has a pretty good command help page at: http://www.oreillynet.com/linux/cmd/ Not everything on that web page will be supported by DSL but the basic stuff will be.
The other thing you should know is that a file starting with a period "." is hidden. So you will not see it in emelFM unless you enable the "H" button, which allows you to see hidden files.
The .xinitrc file is a hidden file in your home directory. Usually thats /home/dsl/.xinitrc
Good luck
-------------- ======== Note ========= The DSL Forum Search default is 'OR' If you search for "cat dog" you will get all "cat" posts and all "dog" posts. If you search for "cat AND dog" you will only find results that contain BOTH "cat" and "dog" Add '*' for wildcards, " cat* and dog* "
|