Linux Commands
To Know the OS name in linux:
# uname
To know the linux kernel version & system processor detail:
# uname - mrs
To know complete version details of linux system:
# cat /proc/version
To print the list of processes running in the system:
# ps -A
To search and print details about one running process:
# ps -ef | grep "processname"
No comments:
Post a Comment