Search Results

Search: Posts Made By: uberjon
2,901
Posted By uberjon
have you tried bash-2.05$ locate dhcpcd ...
have you tried

bash-2.05$ locate dhcpcd

you should get a bunch of stuff like this

/etc/dhcpc/dhcpcd-eth0.cache
/etc/dhcpc/dhcpcd-eth0.exe
/etc/dhcpc/dhcpcd-eth0.info
/sbin/dhcpcd ...
3,256
Posted By uberjon
There should be a file in your home directory...
There should be a file in your home directory called `..xinitrc`. Inside `.xinitrc` for gnome you should have

#!/bin/sh
/path/to/gnome-session

and when you type the command 'startx' gnome...
1,907
Posted By uberjon
Simple solution, use grep to search for strings...
Simple solution, use grep to search for strings in a text file(s). Grep will print lines that match a pattren

grep [options] PATTERN [FILE...]
grep [options] [-e PATTERN | -f FILE] [FILE...]
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy