- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- What does the character code "^N"'s mean?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-28-2004 08:06 PM
тАО03-28-2004 08:06 PM
One of my customer had done "ls -l" command on the "/" directory. After that, resalt list of the "ls -l" had been turned to strange charactoer, which looked like a bar code.
I had faund the reason,why it was happend.
If there is the file name,which has special charactoer code like a "^N" of the biggining.
In that customer's case,
"#ls -l |more"
-rw-rw-rw- root sys ******** ^NP^NDep
I think the file was made by someone,accidentally. But I don't undestand how to make it?
The problem had been disappered after the file was erased.
Do someone know what "^N" is?
Regards;
Katsu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2004 09:41 PM
тАО03-28-2004 09:41 PM
Re: What does the character code "^N"'s mean?
^N is Nothing! :-)
I am joking.....it just is a dirty character. I think that it just was a mistake of user when you created that file. Maybe that user has not good settings about his/her terminal and editor. When he/she types something he/she gets dirty characters on terminal. Just a thought.
Anyway don't worry, it is not a system problem.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2004 09:42 PM
тАО03-28-2004 09:42 PM
Re: What does the character code "^N"'s mean?
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2004 02:43 AM
тАО03-29-2004 02:43 AM
SolutionThis could be the problem where a user accidently hit a series of keys which created the file.
I can create a file with ^N in the name by doing the following:
# vi *****[control-N]P[control-N]Dep
:wq!
OR
# echo >*****[control-N]P[control-N]Dep
# ls -l |more
-rw-rw-rw- 1 root sys 1 Mar 29 10:38 *****^NP^Ndep
So it is possible to do this from command line.
Maybe their fingers were shifted on the keyboard and they meant to hit Shift instead of the Control key.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2004 01:00 PM
тАО03-29-2004 01:00 PM
Re: What does the character code "^N"'s mean?
Thank you for your riplying to me.
I could make sure how to make that file name.
Best Regards;
Katsu