Old/Linux

User and Group

다자매_아빠 2005. 9. 29. 20:10
/etc/passwd
username:password:uid:gid:gecos(사용자추가정보):homedir:shell


/etc/group
groupname:password:gid:members(구분은 , 로)


mount
mount -t type(file_system_type) device(물리적 장치) mount_point(mount시킬 directory)
ex)
mount -t ext2 /dev/hda2 /mnt
moutn -t iso9660 -r(or -ro) /dev/cdrom /mnt


부팅시 auto_mount는 /etc/fstab에 기록
※umount device(or mount_point)

'Old > Linux' 카테고리의 다른 글

Process  (0) 2005.10.27
vi manual  (0) 2005.10.08
주요 directory  (0) 2005.09.27
Permission  (0) 2005.09.27
표준 출력과 표준 에러 모두 redirect하기  (1) 2005.09.26