Search Results

Search: Posts Made By: rmtzcx
17,458
Posted By rmtzcx
Hi Corona688, I was under the impression...
Hi Corona688,

I was under the impression that the kernel would not use ports listed on /etc/services for new connections.

goobid,

One solution could be change the value of the local port...
1,541
Posted By rmtzcx
Use top
Assuming you want the output on stdin (something similar to vmstat or iostat):

top -d 10 -n 720 -b

If you are interested in any particular process, use the -p option, for example to see the...
29,620
Posted By rmtzcx
If you want to copy or move everything on the...
If you want to copy or move everything on the directory, run cp or mv on the directory, not on the contents.


cp -rv a b
or

mv a b
if you would like to see a 'progress' status and rsync is...
17,458
Posted By rmtzcx
Add your application and port to the...
Add your application and port to the /etc/services file. It will prevent any other program to use the port (Obviously, any other program that is well written :P)

myapp 40001/tcp
myapp ...
1,340
Posted By rmtzcx
Just the space
Add the space between the //


[rmtzcx@rmtzcx02 ~]$ echo @ABC123DEF# | sed 's/[A-Za-z0-9]/ /g'
@ #
3,512
Posted By rmtzcx
It can be done just with find. find . -type...
It can be done just with find.

find . -type f \( -path "*/DOC/*" -o -path "*/DOCS/*" \) -name "*.txt" -exec rename .txt .txtOld {} \;
Showing results 1 to 6 of 6

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