Linux
simone_ll
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Add a user to Sudoers
File location:/etc/sudoersSpecial command to edit the file:visudoFind this:## Allow root to run any commands anywhere root ALL=(ALL) ALLAdd this:[username] ALL=(ALL) ALLDone.Swit...原创 2018-04-18 16:32:07 · 225 阅读 · 0 评论 -
Mount A Windows NTFS Disk in Linux
View Devices:# fdisk -lPackages required:# yum install epel-release -y# yum install ntfs-3g -yRun:# mount /dev/[sdb1] /windows/[devname]Confirm: df -h /windows/Done.原创 2018-04-18 17:11:13 · 245 阅读 · 0 评论
分享