
How to know what runlevel that you currently in??? How to display current runlevel in Linux Fedora??? The runlevel command can be use to display and print the current runlevel that you are in. The command example below show the use of runlevel command to display and print current runlevel on the Fedora Linux system.
Runlevel Command Example:
# runlevel
Runlevel Command output:
[root@fedora ~]# runlevel
N 5
[root@fedora ~]#
The command output above display that N = no previous runlevel and 5 indicate the current runlevel that you are in right now
0 comments:
Post a Comment