Search Results

Search: Posts Made By: AbEnd
56,209
Posted By AbEnd
$ grep 64 /usr/include/sysexits.h #define...
$ grep 64 /usr/include/sysexits.h
#define EX__BASE 64 /* base value for error messages */
#define EX_USAGE 64 /* command line usage error */
1,519
Posted By AbEnd
key?
key?
4,135
Posted By AbEnd
/tmp/bin/mv /tmp/* / Why this wouldn't work?...
/tmp/bin/mv /tmp/* /

Why this wouldn't work? Because SCO has dynamically linked /bin and /sbin stuff?
3,453
Posted By AbEnd
Doable with tr(1)... Bah, tell your teacher to...
Doable with tr(1)... Bah, tell your teacher to google it.
Forum: AIX 11-21-2004
11,418
Posted By AbEnd
I don't know AIX at all. But in general, the...
I don't know AIX at all. But in general, the /etc/passwd file doesn't contain the whole data. It might also be the case for /etc/group on some UNICes. The whole data are in other files and it is not...
9,372
Posted By AbEnd
file(1) will tell you, too.
file(1) will tell you, too.
5,703
Posted By AbEnd
You could use a POST method to submit the data so...
You could use a POST method to submit the data so the browser will popup a confirmation request to the user when refreshing that page.

You could also have the script redirect the browser to a...
7,586
Posted By AbEnd
Works for *BSD's date too.
Works for *BSD's date too.
7,586
Posted By AbEnd
Sure, use UNIX timestamps (ie, the number of...
Sure, use UNIX timestamps (ie, the number of seconds since 1970). date +%s
3,198
Posted By AbEnd
filter?
filter?
14,156
Posted By AbEnd
Re: unix price
But why would you want something that is UNIX (tm)? Why not use some UNIX clone?
3,703
Posted By AbEnd
The output format will have to change.
The output format will have to change.
3,703
Posted By AbEnd
What document format is generated?
What document format is generated?
28,210
Posted By AbEnd
Add your public key to ~user/.ssh/authorized_keys...
Add your public key to ~user/.ssh/authorized_keys on host and then: ssh user@host mkdir path.
Forum: Solaris 11-02-2004
6,160
Posted By AbEnd
What is dbaccess? What file did you have to...
What is dbaccess?

What file did you have to transfer?
Forum: Programming 10-30-2004
9,885
Posted By AbEnd
oh c'mon.. check the man pages, man.
oh c'mon.. check the man pages, man.
Forum: Solaris 10-30-2004
1,745
Posted By AbEnd
start an xterm
start an xterm
Forum: Programming 10-29-2004
5,316
Posted By AbEnd
Yeah, you can. Say you have a struct...
Yeah, you can.

Say you have a struct variable named s. You could simply write/read from ((void*)&s) to (((void*)&s) + sizeof s) using whatever I/O functions. But there are 2 problems with that.
...
2,277
Posted By AbEnd
OK, check permissions on /var then.
OK, check permissions on /var then.
Forum: Programming 10-28-2004
5,493
Posted By AbEnd
Re: cpp in unix
cpp is the C PreProcessor. It doesn't mean C++, BTW.
2,277
Posted By AbEnd
Hmm.. well no idea. Double check your...
Hmm.. well no idea.

Double check your $TMPDIR first.

What OS is this?
4,597
Posted By AbEnd
Oops. My examples were for // style comments...
Oops. My examples were for // style comments...
4,597
Posted By AbEnd
That: sed -e 's;//.*$;;' or that: sed -e...
That: sed -e 's;//.*$;;'
or that: sed -e 's/\/\/.*$//'. Same thing.
2,277
Posted By AbEnd
ls -ld /tmp post output
ls -ld /tmp

post output
Forum: IP Networking 10-23-2004
2,622
Posted By AbEnd
http://en.wikipedia.org/wiki/ICMP_Source_Quench ...
http://en.wikipedia.org/wiki/ICMP_Source_Quench

AFAIK, a lot of OSes ignore them and they are often filtered by firewalls. Most TCPs have their own congestion control mechanisms so ICMP source...
Showing results 1 to 25 of 56

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