in Linux, when using the shutdown
command, it is often used to shut down the system:
shutdown -h // (Linux)
shutdown -r //
then why is it rare to see:
shutdown -hr
am I ill-informed?
so let"s just say:
shutdown -r //
in Linux, when using the shutdown
command, it is often used to shut down the system:
shutdown -h // (Linux)
shutdown -r //
then why is it rare to see:
shutdown -hr
am I ill-informed?
so let"s just say:
shutdown -r //
reboot restart poweroff shutdown
does a restart include a shutdown?
I am both init 0
and init 6
, short?
the two commands are confused and their functions are completely different.
shutdown-h shuts down the computer, while shutdown-r restarts the computer.
Previous: After vue jumps back to the previous route, the data is partially refreshed.
Next: React-router 4 uses history (go, push, etc.), browser fallback, forward unable to switch routes
main server jps shows DataNodeDataNode jps: dead nodes is displayed as 0 ...
lsof command when I use the-p and-I instructions together, the output obviously has other processes (it feels like-p doesn t work) salamander@salamanderPC:~$ lsof -p 12299 -i4 COMMAND PID USER FD TYPE DEVICE SIZE OFF NOD...
problem description start Times error mysql ERROR 2002 (HY000): Can t connect to local MySQL server through socket var lib mysql mysql.sock (2) there are no sock files in other directories find -name "* .sock " run chrony chronyd.soc...
-sharp! bin bash dir= root code_dir="code" doubleit() { local transfer_dir=$1 local moudles=`cat ${code_dir} depend $2` for module in $ moudles;do ${code_dir} build build_module.sh $transfer_dir $module transfer ...