課程
/運維&測試
/Linux
/ Linux達人養(yǎng)成計劃 I
我的vi /etc/profile為什么沒有HISTSIZE=xxx啊???求解
2015-08-05
源自: Linux達人養(yǎng)成計劃 I 9-4
正在回答
或者使用命令? ?vim /etc/profile
使用命令? ? vim +/HISTSIZE /etc/profile? ? 有效
確實沒有? 到頭了 我的也是這樣? 別再說下翻了? 能下翻還用在這問嗎?
用鍵盤上下鍵翻
可以試試命令 vim +/HISTSIZE /etc/profile ,意思是直接定位到HISTSIZE
我也是找不到
試下這個嘛? grep -i histsize /etc/profile
#?/etc/profile:?system-wide?.profile?file?for?the?Bourne?shell?(sh(1)) #?and?Bourne?compatible?shells?(bash(1),?ksh(1),?ash(1),?...). if?[?"`id?-u`"?-eq?0?];?then ??PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" else ??PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" fi export?PATH if?[?"$PS1"?];?then ??if?[?"$BASH"?]?&&?[?"$BASH"?!=?"/bin/sh"?];?then ????#?The?file?bash.bashrc?already?sets?the?default?PS1. ????#?PS1='\h:\w\$?' ????if?[?-f?/etc/bash.bashrc?];?then ??????.?/etc/bash.bashrc ????fi ??else ????if?[?"`id?-u`"?-eq?0?];?then ??????PS1='#?' ????else ??????PS1='$?' ????fi ??fi fi #?The?default?umask?is?now?handled?by?pam_umask. #?See?pam_umask(8)?and?/etc/login.defs. if?[?-d?/etc/profile.d?];?then ??for?i?in?/etc/profile.d/*.sh;?do ????if?[?-r?$i?];?then ??????.?$i ????fi ??done ??unset?i fi
跟我一樣 也沒有 什么size
你往下翻啊,下面還有內(nèi)容。
舉報
Linux入門視頻教程,以通俗易懂的語言帶你感受linux之美
2 回答vi /etc/fstab 和vi/etc/fstab/
3 回答為什么我輸入vi/etc/fstab沒有顯示UUID呢,
1 回答[root@localhost ~]# vi /etc/updatadb.conf
4 回答vi /etc/sysconfig/network-scripts/ifcfg-eth0
2 回答vi /etc/shells后怎么退出來
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2019-12-30
或者使用命令? ?vim /etc/profile
2019-12-30
使用命令? ? vim +/HISTSIZE /etc/profile? ? 有效
2018-05-25
確實沒有? 到頭了 我的也是這樣? 別再說下翻了? 能下翻還用在這問嗎?
2018-04-09
用鍵盤上下鍵翻
2017-09-03
可以試試命令 vim +/HISTSIZE /etc/profile ,意思是直接定位到HISTSIZE
2017-08-19
我也是找不到
2016-08-05
試下這個嘛? grep -i histsize /etc/profile
2015-12-01
2015-12-01
跟我一樣 也沒有 什么size
2015-08-19
你往下翻啊,下面還有內(nèi)容。