- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: I can't use "ll" command under root directory,...
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
05-16-2004 01:56 PM
05-16-2004 01:56 PM
Under root directory, "ls" and "ls -a" is available, but "ll","ls -l" and "ls -F" is not
available.
Somebody help me!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 02:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 02:27 PM
05-16-2004 02:27 PM
Re: I can't use "ll" command under root directory, Help me
# which ll
/usr/bin/ll
to locate "ll" in /usr/bin, you may also print your $PATH,
it should at least include the following,
# echo $PATH
/usr/bin:/usr/sbin:/sbin
regards tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 02:28 PM
05-16-2004 02:28 PM
Re: I can't use "ll" command under root directory, Help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 03:30 PM
05-16-2004 03:30 PM
Re: I can't use "ll" command under root directory, Help me
Michael is right, you may take a look at the attached thread which is about a similar issue:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=501693
regards
tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 03:56 PM
05-16-2004 03:56 PM
Re: I can't use "ll" command under root directory, Help me
"ls" and "ls -a" read only "/" directoy,
but "ll", "ls -l" and "ls -F" read /usr, /home, ,,,, directory infomation.
( see ditail : man dir, stat )
so, you should clear what directory is wrong.
e.g.)
$ for f in /*
$ do
$ echo $f
$ ll -d $f
$ done
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 07:30 PM
05-16-2004 07:30 PM
Re: I can't use "ll" command under root directory, Help me
I've had the same issue with a mounted CD.
It turned out the CD was corrupt.
Take a look at the thread Twang suggested. That helped me solve my problem.
regards,
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 03:43 AM
05-17-2004 03:43 AM
Re: I can't use "ll" command under root directory, Help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 03:10 PM
05-18-2004 03:10 PM
Re: I can't use "ll" command under root directory, Help me
The problem is solved.