“Linux后台运行进程”的版本间的差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
				
		
		
	
| Jihongchang(讨论 | 贡献)  (建立内容为“<syntaxhighlight lang="console"> nohup ./chfs --path="/mnt/data" > out.log 2>&1 & </syntaxhighlight>”的新页面) | Jihongchang(讨论 | 贡献)  | ||
| 第1行: | 第1行: | ||
| <syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
| + | root@raspberrypi:/opt/chfs-linux-arm-2.0# cat start.sh | ||
| nohup ./chfs --path="/mnt/data" > out.log 2>&1 & | nohup ./chfs --path="/mnt/data" > out.log 2>&1 & | ||
| </syntaxhighlight> | </syntaxhighlight> | ||
2023年1月24日 (二) 16:44的版本
root@raspberrypi:/opt/chfs-linux-arm-2.0# cat start.sh
nohup ./chfs --path="/mnt/data" > out.log 2>&1 &