FREQUENTLY ASKED QUESTIONS (Linux)
Q: How to sleep my linux system?
You can use "sleep" command in Fedora, CentOS and Redhat Linux operating systems.
Command Usage: sleep [number] [Option]
Q: How to sleep my linux system?
You can use "sleep" command in Fedora, CentOS and Redhat Linux operating systems.
Command Usage: sleep [number] [Option]
If no options specified seconds is the default option.
Eg: Sleep for 22 seconds
Eg: Sleep for 22 seconds
[root@server ~]# sleep 22
Sleep for 22 minutes
[root@server ~]# sleep 22m
Sleep for 3days 22minutes and 5 seconds
[root@server ~]# sleep 3d 22m 5s
Available Options
s: Seconds
m: Minutes
h: Hours
d: Days
0 comments:
Post a Comment