Search Results

Search: Posts Made By: linuxconcepts
Forum: Red Hat 04-19-2013
1,687
Posted By linuxconcepts
You can check by following command: service...
You can check by following command:

service httpd status

or you can check it by

chkconfig -list | grep apache2
apache2 0:off 1:off 2:on 3:on 4:on 5:on 6:off
...
4,951
Posted By linuxconcepts
Do you want delete 6th delimiter not last...
Do you want delete 6th delimiter not last delimeter right ??
4,116
Posted By linuxconcepts
I found one Link for Sed command usage .. Do...
I found one Link for Sed command usage ..

Do not spam the board with links to your blog - last warning.
901
Posted By linuxconcepts
for i in `cat file1` do grep $i file2 | head...
for i in `cat file1`
do
grep $i file2 | head -1 ;
done



But use absolute path of the file
1,943
Posted By linuxconcepts
use awk scripting language for this .. It will be...
use awk scripting language for this .. It will be easier do this kind of tasks
5,066
Posted By linuxconcepts
Do this : find . -name "*prefix*" -exec wc...
Do this :

find . -name "*prefix*" -exec wc -l {} \;
2,290
Posted By linuxconcepts
Use below command : cd to that directory ; ...
Use below command :

cd to that directory ;

find . ! -name "*jdownloader*" -name "*.deb" -exec cp {} /media/eshant/L-STORE/Softwares/openjdk/ \;

Let me know if it works ..I am not sure why...
1,205
Posted By linuxconcepts
Yes, You can do it. It is possible to use same...
Yes, You can do it. It is possible to use same home directory for two users but it will create conflicts for some cases. :)
Showing results 1 to 8 of 8

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