Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A What does capital T mean in the output of 'ls -l'?

To get rid of it, I ran: $ sudo chmod o-t /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml $ ls -l /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml -rw-rw-r--. 1 root root 735 Dec 19 22:03...

posted 2y ago by re89j‭  ·  edited 2y ago by Quasímodo‭

Answer
#3: Post edited by user avatar Quasímodo‭ · 2022-01-21T11:59:34Z (about 2 years ago)
Formatting; Use ls -l instead of ll, since the latter is just your user-defined alias
  • to get rid of it, I ran:
  • > [me@server ~]$ sudo chmod o-t /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • [me@server ~]$ ll /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • >
  • > -rw-rw-r--. 1 root root 735 Dec 19 22:03 /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • still not entirely sure if it was sticky or setuid (more likely) but there's no reason that file should have been specially permissioned.
  • To get rid of it, I ran:
  • ```
  • $ sudo chmod o-t /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • $ ls -l /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • -rw-rw-r--. 1 root root 735 Dec 19 22:03 /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • ```
  • I am still not entirely sure if it was sticky or setuid (more likely) but there's no reason that file should have been specially permissioned.
#2: Post edited by user avatar re89j‭ · 2022-01-21T05:50:32Z (about 2 years ago)
fixed formatting
  • to get rid of it, I ran:
  • > [me@server ~]$ sudo chmod o-t /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • [me@server ~]$ ll /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • -rw-rw-r--. 1 root root 735 Dec 19 22:03 /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • still not entirely sure if it was sticky or setuid (more likely) but there's no reason that file should have been specially permissioned.
  • to get rid of it, I ran:
  • > [me@server ~]$ sudo chmod o-t /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • [me@server ~]$ ll /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • >
  • > -rw-rw-r--. 1 root root 735 Dec 19 22:03 /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
  • still not entirely sure if it was sticky or setuid (more likely) but there's no reason that file should have been specially permissioned.
#1: Initial revision by user avatar re89j‭ · 2022-01-21T05:49:50Z (about 2 years ago)
to get rid of it, I ran:

 > [me@server ~]$ sudo chmod  o-t /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml
[me@server ~]$ ll /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml 
-rw-rw-r--. 1 root root 735 Dec 19 22:03 /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml

still not entirely sure if it was sticky or setuid (more likely) but there's no reason that file should have been specially permissioned.