2018年12月3日
摘要: shutdown -h now //马上停止服务进行关机 shutdown -h 12:00 、//在12点后进行关机 shutdown -h +10 //在10分钟后进行关机 shutdown -r now //马上关闭服务并重启 shutdown -r +30 'the system will 阅读全文
posted @ 2018-12-03 23:29 小破孩楼主 阅读(176) 评论(0) 推荐(0)
摘要: 查看文件的inode的编号: ls -l -i 文件名 Linux系统是根据inode编号来找到文件的。 告诉了对应的文件有多少个硬连接。 硬连接的创建: 方式一、link oldfile newfile 方式二、ln oldfile newfile 阅读全文
posted @ 2018-12-03 22:21 小破孩楼主 阅读(202) 评论(0) 推荐(0)