Search Results

Search: Posts Made By: AbEnd
55,339
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,488
Posted By AbEnd
key?
key?
4,005
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,360
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,286
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,189
Posted By AbEnd
file(1) will tell you, too.
file(1) will tell you, too.
5,599
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,491
Posted By AbEnd
Works for *BSD's date too.
Works for *BSD's date too.
7,491
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,161
Posted By AbEnd
filter?
filter?
13,939
Posted By AbEnd
Re: unix price
But why would you want something that is UNIX (tm)? Why not use some UNIX clone?
3,644
Posted By AbEnd
The output format will have to change.
The output format will have to change.
3,644
Posted By AbEnd
What document format is generated?
What document format is generated?
27,924
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,062
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,825
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,726
Posted By AbEnd
start an xterm
start an xterm
Forum: Programming 10-29-2004
5,270
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,206
Posted By AbEnd
OK, check permissions on /var then.
OK, check permissions on /var then.
Forum: Programming 10-28-2004
5,444
Posted By AbEnd
Re: cpp in unix
cpp is the C PreProcessor. It doesn't mean C++, BTW.
2,206
Posted By AbEnd
Hmm.. well no idea. Double check your...
Hmm.. well no idea.

Double check your $TMPDIR first.

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

post output
Forum: IP Networking 10-23-2004
2,578
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 10:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy