How can I remedy the problem after 777 Linux permissions ?, Linux777
How can I remedy the problem after 777 Linux permissions?
I am not careful about using the/var 777 script. After one day of recovery, it is estimated that there is still a pitfall. Let's use it first.
Restore permission script
#! /Bin/shforeachd () {for file in $1/* do # print and process the directory, and then traverse the directory, recursively call if [-d $ file] then echo $ file chmod 755 $ file foreachd $ file elif [-e $ file] then echo $ file chmod 664 $ file fidone} # execute, if a parameter exists, traverse the specified directory. Otherwise, traverse the current directory if [$ #> 0] then foreachd "$1" else foreachd ". "fi
The source has been forgotten. The author can reply to it ~
Ssh Login Failure
Similar performance
Remote connection disconnect. Retrying...
Connection reset. Retrying...
You need to start GUI logon. GUI logon is acceptable. Do not use ssh to log on ..... If there is no GUI, sacrifice the day ....
# Chmod 755/var/empty/sshd/
Rabbit MQ cannot be started
Error
Cannot_read_enabled_plugins_file, "/etc/rabbitmq/enabled_plugins _
You need to modify the configuration file permission.
# Chmod 640/etc/rabbitmq/enabled_plugins
Other software problems
If the software cannot be started, it may be related to the software's permission sensitivity. Generally, the search engine can search for keywords to obtain relevant results.