HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: To find out World writable file in a Server.
 
Operating System - HP-UX
        1840126
        Members
    
    
        3811
        Online
    
    
        110161
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- 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-05-2009 11:38 PM
05-05-2009 11:38 PM
			
				
					
						
							To find out World writable  file in a Server.
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Do you have a UNIX script that validates world writable in the domain environment?
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-06-2009 12:02 AM
05-06-2009 12:02 AM
			
				
					
						
							Re: To find out World writable  file in a Server.
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						You could use find: find / -perm -o+w
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-06-2009 03:12 PM
05-06-2009 03:12 PM
			
				
					
						
							Re: To find out World writable  file in a Server.
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Using find as suggested above is the quickest way to produce such a report. If you plan on doing this regularly I wrote a better tool a few years ago, available (free) at http://www.mayoxide.com/ncops. I used it recently on 11iv3, it still works. It's fairly simple and does the job, but it doesn't support files bigger than 2Gb.
Good luck
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
Good luck
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-12-2009 05:45 AM
05-12-2009 05:45 AM
			
				
					
						
							Re: To find out World writable  file in a Server.
						
					
					
				
			
		
	
			
	
	
	
	
	
Dear friend
obtains a list of world writable files and examine them for validity and pay particular attention to any system owned executable and control files
find / -type f -perm -0002 -exec ls -al {} \;
thanks and regards
Sajjad Sahir
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP