{"id":17618500,"url":"https://github.com/vroncevic/ckroot","last_synced_at":"2026-04-17T15:32:21.398Z","repository":{"id":81826143,"uuid":"91064419","full_name":"vroncevic/ckroot","owner":"vroncevic","description":":penguin: Check root id","archived":false,"fork":false,"pushed_at":"2024-06-16T15:07:20.000Z","size":1009,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T08:45:27.092Z","etag":null,"topics":["bash","c","linux","root","shell"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/ckroot/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-12T07:34:25.000Z","updated_at":"2024-12-18T23:32:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"75b76b4f-eada-41b3-8cb6-43e70e3d1a58","html_url":"https://github.com/vroncevic/ckroot","commit_stats":null,"previous_names":["vroncevic/ckroot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vroncevic/ckroot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fckroot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fckroot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fckroot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fckroot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/ckroot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fckroot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31934333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","c","linux","root","shell"],"created_at":"2024-10-22T19:47:03.454Z","updated_at":"2026-04-17T15:32:21.366Z","avatar_url":"https://github.com/vroncevic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Check root id (cli)\n\nCLI tool for checking root.\n\nDeveloped in [C](https://en.wikipedia.org/wiki/C_(programming_language)) code.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage](#usage)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\nTo install **ckroot** type the following\n\n```bash\ntar xvzf ckroot-x.y.z.tar.gz\ncd ckroot-x.y.z/\n./autogen.sh\nmake\nsudo make install\n```\n\n### Dependencies\n\n**ckroot** requires next modules and libraries\n* libc - www.gnu.org [https://www.gnu.org/software/libc/](https://www.gnu.org/software/libc/)\n\n### Usage\n\n```bash\n#!/bin/bash\n\nckroot\nSTATUS=$?\n\nif [[ $STATUS -eq 0 ]]; then\n\t# do root operations ...\nelse\n\t# notify user to swith to root user\nfi\n\nexit 0\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/ckroot/badge/?version=latest)](https://ckroot.readthedocs.io/en/latest/?badge=latest)\n\nMore documentation and info at\n\n* [ckroot.readthedocs.io](https://ckroot.readthedocs.io)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nCopyright (C) 2017 - 2024 by [vroncevic.github.io/ckroot](https://vroncevic.github.io/ckroot)\n\n**ckroot** is free software; you can redistribute it and/or modify\nit under the same terms as GPLv3.\n\nLets help and support FSF.\n\n[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/apmodule/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fckroot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fckroot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fckroot/lists"}