Search Results

Search: Posts Made By: seafan
17,878
Posted By rdrtx1
try: s/come here/go there/g
try:
s/come here/go there/g
31,141
Posted By neutronscott
i think the problem is that df will wrap the...
i think the problem is that df will wrap the output if the Filesystem is long.
Perhaps your df has an option to stop this. df -P seems to on Linux coreutils. or have awk join the lines:


df -h |...
31,141
Posted By SriniShoo
df -Ph And then try your awk code
df -Ph
And then try your awk code
2,756
Posted By Corona688
Does ps -eLf show thread ID's? I'm not sure you...
Does ps -eLf show thread ID's? I'm not sure you can label a thread, but you can print the ID's to match later. On some systems, the thread ID is the same as the thread_t, try printing it as an...
2,756
Posted By Corona688
You don't have direct access to threads from...
You don't have direct access to threads from shell, so it has to be a C program...

Well, which line is it complaining about? Assuming you removed the first two lines, line 12 is blank in your...
2,756
Posted By Don Cragun
Adding #!/bin/ksh to the start of a C language...
Adding #!/bin/ksh to the start of a C language source file doesn't turn C source into a shell script. It creates a C language source file that can't be compiled because #!/bin/ksh is not a valid C...
2,756
Posted By Don Cragun
Start with the pthread_create() man page, look at...
Start with the pthread_create() man page, look at the EXAMPLES and follow the SEE ALSO links.
1,446
Posted By alister
To clarify that a bit, generally, even when wheel...
To clarify that a bit, generally, even when wheel is enforced, not being a member of wheel does not prevent a user from using su. It merely prevents them from becoming root. They can still become...
1,446
Posted By in2nix4life
By default (depending on OS), all users are...
By default (depending on OS), all users are allowed to run the su command as long as they know the password for the account they are attempting to su too. Failures are usually logged to the system...
Showing results 1 to 9 of 9

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