Frequently used AIX commands by Basis admin
Frequently used AIX commands by Basis admin
Command | Info |
---|---|
nslookup | hostname from ip address |
:%s/XID/XIQ/g | search and replace in vi editor |
uname -a | OS Level |
ps -mp | Thread level details of jlaunch process |
topas | Reports selected local system statistics. |
df -Ig | Display used, free and available space in absolutes |
lsps -a | Checking Swap Space |
lscfg -v | grep proc | Number of processors |
netstat -an | To view the details of ports in use |
find / -name "filename.ext" -type f -print | Find matching file names |
find . -name "file_name" -print -exec grep -l "pattern" {} \; | Search for a pattern in all files with a given name and display the ones that match |
ps -fp | Process details by PID |
find . -mtime -7 -type f -size +2000K | Find file modified in a week and larger than 2 MB |
uptime | |
bootinfo -K | 64/32 bit os |
cp -p | preserves the modification time |
prtconf | more | print system info |
ln -s file link | soft link |
Comments
Post a Comment