Which file can you use to set your own environment?
A: ~/.bashrc
B: /etc/passwd
C: /etc/fstab
D: /etc/profile
A: ~/.bashrc
B: /etc/passwd
C: /etc/fstab
D: /etc/profile
举一反三
- By modifying the file ( ), you can set the file system that will be automatically installed at startup. A: /etc/mtab B: /etc/profile C: /etc/fstab D: /etc/passwd
- 通过修改哪个文件可以在创建用户的时候改变用户主目录的路径() A: ./etc/default/passwd B: /etc/default/usradd C: ./etc/profile D: ./etc/fstab
- 开机自动挂载配置文件为()。 A: /etc/passwd B: /etc/tab C: /etc/crontab D: /etc/fstab
- 对所有用户的变量设置,应当放在哪个文件下?() A: /etc/bashrc B: /etc/profile C: ~/.bash_profile D: /etc/skel/.bashrc
- 下列哪个选项不能将标准输出重定向到file文件中? A: cat /etc/passwd 1>file B: cat /etc/passwd >file C: cat /etc/passwd 0>file D: cat /etc/passwd >>file