I have 2 Linux systems.
uname -p option is not available in one of my Linux systems, but available in other Linux system...
output:
# uname -p
Try uname --help' for more information.
#
How i could get that option? Is it good to use uname -m instead uname -p?
Thanks in advance.