![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
How can I send an email through the UNIX mailx command?
2010年2月17日 · through mailx utility we can send a file from unix to mail server. here in above code we can see first parameter is -s "subject of mail" the second parameter is mail ID and the last parameter is name of file which we want to attach
AIX versus Unix commands - Stack Overflow
2018年12月18日 · The IBM publib documentation for System p and AIX is stored here - publib is a vital resource if you're using any IBM product. Look under AIX Documentation , Commands reference , Categorical (1) . This will show you what the commands are meant to do from which you'll hopefully be able to work out the similar commands for other operating systems.
How do I zip/unzip on the unix command line?
2011年2月20日 · xz is a UNIX tool, that uses LZMA2 for compression, but works the way gz, bz2, etc works. It even works as a filter. It even works as a filter. 7z doesn't create archives with full filesystem information on UNIX, so you'd need to use tar before using 7z (but since 7z stores other information about the tar file, I'd recommend using xz , as it is ...
Convert Unix timestamp into human-readable format on AIX
I need to convert unix timestamp (number of seconds since 1970, e.g. 1381260225 is Tue Oct 8 19:23:45 GMT 2013) into a standard human-readable format. I could get some answers by googling but those were not a suitable solution for me because I don't use Linux, I use an AIX 6.1 machine with ksh88. AIX does not have GNU utilities.
unix - How to autocomplete at the KornShell command line with …
2014年1月3日 · In the KornShell (ksh) on AIX UNIX Version 5.3 with the editor mode set to vi using: set -o vi What are the key-strokes at the shell command line to autocomplete a file or directory name?
reset failed login count / unlock aix/UNIX account
2018年5月12日 · Fist become root: su - root lsuser -a unsuccessful_login_count userid; reset unsuccessful login count: chsec -f /etc/security/lastlog -a unsuccessful_login_count=0 -s userid
How to check that a user/password is expired in AIX? - Unix
2011年11月3日 · AIX stores the time in the epoch format in seconds, so first you must determine how many seconds in a week, as this is how maxage measures the time between password expiry, that is in week numbers. There are 86400 seconds in a day, so multiplying that by seven comes in at 604800.
In-place editing using sed on AIX - Unix & Linux Stack Exchange
2019年3月12日 · IBM offers 3.0.2, 4.0.7 and 4.1.1 AFAICT" the implication that you saw recent versions of AIX offering sed's that supported -i. – Jeff Schaller ♦ Commented Apr 20, 2016 at 15:25
unix - How do I compress a directory into an archive file on AIX …
2015年12月4日 · I'm on AIX so had to use gunzip -c myarchive.tar.gz | tar -tvf - to get the list to work, but yes, here it displays the paths. So, I guess the process is correct, but WinZip is not doing the decompression properly. Thanks for the help diagnosing this. –
virtualbox - How to run a fresh version of AIX in a Virtual Machine ...
2011年4月3日 · In the 90's were an aix os for i386 but work only on one type of machine(i don't remind..ps2,probably) and was totally different from the aix versions supported(6.1,7.1,7.2) To run AIX you need at least an old workstation or an ibm server,forgot to run on vm,qemu-system-ppc can boot(but crash) the aix 6.1 cd,if in the future can boot the entire ...