- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: change VI Editor Setting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 03:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 03:52 PM
04-18-2004 03:52 PM
Re: change VI Editor Setting
To see the current settings:
$ set -o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 03:54 PM
04-18-2004 03:54 PM
Re: change VI Editor Setting
.exrc is the file in each users home directory where you can put in the variable you want to set for vi editor for that user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 04:17 PM
04-18-2004 04:17 PM
Re: change VI Editor Setting
I tried this command and I'm getting
"not found condition". I cannot find any ref to SET. I have no home directories setup since this is my 1st time boot.
I'm working in single user mode. I was working with $TERM command to get vi to recognize my terminal(thats not working).
whenever I edit nfsconf in vi, i'm still in the [read only mode]
All I want to do is change line 1 line in the nfsconf file - NFS_SERVER=1 to '0'.
I sure could use some help with this.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 04:38 PM
04-18-2004 04:38 PM
Solution# mount /usr
# mount /var
# vi filename
Make your changes
Save the file using:
:wq!
The file will be saved. The permissions of the file prevent you changing it by default. Using the wq! is writing to the file, exiting and the ! overwrites the read only nature of the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 05:07 PM
04-18-2004 05:07 PM
Re: change VI Editor Setting
Excellent! It worked! I have reset NFS_SERVER=0
I was trying the same command and it didn't work.
Simple worked.....
I still have a problem. When I tried to boot normal mode.
I'm still getting a "busy" or "wait" condition the NFS Client Subsystem /NFS server not responding. I went back int single mode and the change that I made had worked.
Are there any other files that you can think of that I should change besides "nfsconf" to get pass this?
Thanks again Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 08:05 PM
04-18-2004 08:05 PM