シングルユーザーモードをオンにする
$ /opt/php-7.3/bin/php occ maintenance:singleuser --on
The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php Single user mode enabled
シングルユーザーモードをオフにする
$ /opt/php-7.3/bin/php occ maintenance:singleuser --off
The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php Single user mode disabled
シングルユーザーモード中の表示
シングルユーザーモードがオンになっている状態で一般ユーザでログインしようとすると以下の表示になります。※管理者はログイン出来ますがファイル操作が出来なくなっています
動作環境情報
エックスサーバー(x10) PHP 7.3.14 MySQL 5.7 ownCloud 10.3.2 (stable)
コメント