Results 11 to 11 of 11
yeah heres mine.
Code:
bash-2.05b$ uname -o
uname: invalid option -- o
Try `uname --help' for more information.
bash-2.05b$ uname --help
Usage: uname [OPTION]...
Print certain system information. With no ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-27-2003 #11Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
yeah heres mine.
Code:bash-2.05b$ uname -o uname: invalid option -- o Try `uname --help' for more information. bash-2.05b$ uname --help Usage: uname [OPTION]... Print certain system information. With no OPTION, same as -s. -a, --all print all information -m, --machine print the machine (hardware) type -n, --nodename print the machine's network node hostname -r, --release print the operating system release -s, --sysname print the operating system name -p, --processor print the host processor type -v print the operating system version --help display this help and exit --version output version information and exit Report bugs to <bug-sh-utils@gnu.org>. bash-2.05b$ uname -s Linux


Reply With Quote
